aboutsummaryrefslogtreecommitdiff
path: root/dmx512/src/dmx4pd.h
diff options
context:
space:
mode:
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__ */