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.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__ */