diff options
-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 { |