brief soft cascade interface description

This commit is contained in:
marina.kolpakova
2012-11-01 06:11:09 +04:00
parent 2e8ed77383
commit a84334cfc2
2 changed files with 17 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
#if defined WITH_DEBUG_OUT
# define dprintf(format, ...) \
do { printf(format, __VA_ARGS__); } while (0)
do { printf(format, ##__VA_ARGS__); } while (0)
#else
# define dprintf(format, ...)
#endif