aboutsummaryrefslogtreecommitdiff
path: root/dmx512/src/dmx4pd.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-06-30 11:13:10 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:24 +0200
commitf272f82bd7d8f6ec25e292e8ac92b81d4623901a (patch)
tree4f63d767b5bdad33aeec45dd6cbfd09b1f5f20d9 /dmx512/src/dmx4pd.h
parent0743593e7adec852e293e5e42d851256c225cd74 (diff)
added "open"-mess (not functional yet) to change the device...
svn path=/trunk/externals/iem/dmx512/; revision=10119
Diffstat (limited to 'dmx512/src/dmx4pd.h')
-rw-r--r--dmx512/src/dmx4pd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmx512/src/dmx4pd.h b/dmx512/src/dmx4pd.h
index cc6fe66..059c794 100644
--- a/dmx512/src/dmx4pd.h
+++ b/dmx512/src/dmx4pd.h
@@ -33,9 +33,9 @@
#define DMX4PD_POSTBANNER \
- { \
+ do { \
post("DMX4PD ("DMX4PD_VERSION"): (c) 2008 IOhannes m zmölnig - iem @ kug"); \
- }
+ } while(0)
#endif /* INCLUDE_DMX4PD_H__ */