* Oops, fixed syntax error.

This commit is contained in:
Sam Hocevar
2007-01-28 00:22:23 +00:00
committed by sam
parent 32ab6e10e2
commit 412784a97c
+2 -2
View File
@@ -300,9 +300,9 @@ size_t NEW(fread)(void *ptr, size_t size, size_t nmemb, FILE *stream)
ret = ORIG(fn)(stream); \
_zz_unlock(fd); \
FGETC_FUZZ \
if(ret < 0)
if(ret < 0) \
debug("%s([%i]) = %i", __func__, fd, ret); \
else
else \
debug("%s([%i]) = '%c'", __func__, fd, ret); \
} while(0)