diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-13 21:47:03 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-13 21:47:03 +0000 |
commit | 5685144d22a691545e31921561c312d303bc54af (patch) | |
tree | 792da13dd22db9a996e4a320c34584e9d2cf2d5c | |
parent | febb12072b482ea43ee31c312fe2a98f3584e372 (diff) |
turned off debug messages
svn path=/trunk/externals/bbogart/; revision=8995
-rw-r--r-- | entry/entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entry/entry.c b/entry/entry.c index 8b66670..93d12d5 100644 --- a/entry/entry.c +++ b/entry/entry.c @@ -48,7 +48,7 @@ #define TOTAL_INLETS 1 #define TOTAL_OUTLETS 2 -#define DEBUG(x) x +#define DEBUG(x) typedef struct _entry { |