Merge pull request #54 from liusdu/typo

fix a tiny typo to avoid compile error
This commit is contained in:
Gao feng
2016-03-19 14:23:00 +00:00
+1 -1
View File
@@ -9,7 +9,7 @@ struct env;
#ifdef WITH_DEBUG
#define dprintf(fmt, ...) \
fprintf(stdout, fmt, ##_VA_ARGS__)
fprintf(stdout, fmt, ##__VA_ARGS__)
#else
#define dprintf(fmr, ...)
#endif