aboutsummaryrefslogtreecommitdiff
path: root/dmx512/src/dmx4pd.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-06-13 13:28:08 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:23 +0200
commit124ec02a0b4114bb52bcb8c44c4d76de737f6e6c (patch)
tree5837b9a3696dab0062d502d516cb00576fb2ad8d /dmx512/src/dmx4pd.h
parent4fd2d8a51cea2577f985148583539d0f7727da63 (diff)
probably got the svnversion magic going
svn path=/trunk/externals/iem/dmx512/; revision=9992
Diffstat (limited to 'dmx512/src/dmx4pd.h')
-rw-r--r--dmx512/src/dmx4pd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/dmx512/src/dmx4pd.h b/dmx512/src/dmx4pd.h
index 0987926..d386c28 100644
--- a/dmx512/src/dmx4pd.h
+++ b/dmx512/src/dmx4pd.h
@@ -26,9 +26,11 @@
#include "m_pd.h"
-#define DMX4PD_POSTBANNER \
- post("DMX4PD ver %s: (c) 2008 IOhannes m zmölnig - iem @ kug", DMX4PD_VERSION);
+#define DMX4PD_POSTBANNER \
+ { \
+ post("DMX4PD ("DMX4PD_VERSION"): (c) 2008 IOhannes m zmölnig - iem @ kug"); \
+ }
#endif /* INCLUDE_DMX4PD_H__ */