From f272f82bd7d8f6ec25e292e8ac92b81d4623901a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 30 Jun 2008 11:13:10 +0000 Subject: added "open"-mess (not functional yet) to change the device... svn path=/trunk/externals/iem/dmx512/; revision=10119 --- dmx512/src/dmx4pd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmx512/src/dmx4pd.h') 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__ */ -- cgit v1.2.1