fix a tiny typo to avoid compile error

Signed-off-by: Liu Hua <sdu.liu@huawei.com>
This commit is contained in:
Liu Hua
2016-03-19 22:01:40 +08:00
parent 5c18914f2a
commit b043ac88e1
+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