Skip to content

Commit

Permalink
Whoops, that semicolon shouldn't be there.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 31, 2008
1 parent 9c32d1b commit f2f643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nph-offload.c
Expand Up @@ -153,7 +153,7 @@ static FILE *getDebugFilePointer(void)


#if ((!GDEBUG) && defined(__GNUC__))
#define debugEcho(fmt, ...) do {} while (0);
#define debugEcho(fmt, ...) do {} while (0)
#else
static void debugEcho(const char *fmt, ...) ISPRINTF(1, 2);
static void debugEcho(const char *fmt, ...)
Expand Down

0 comments on commit f2f643a

Please sign in to comment.