mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-04 04:31:32 +00:00
Merge pull request #54 from liusdu/typo
fix a tiny typo to avoid compile error
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user