summaryrefslogtreecommitdiff
path: root/py/objfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objfun.c')
-rw-r--r--py/objfun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objfun.c b/py/objfun.c
index fa6a734d0..a94978e3a 100644
--- a/py/objfun.c
+++ b/py/objfun.c
@@ -17,7 +17,7 @@
#if 0 // print debugging info
#define DEBUG_PRINT (1)
#else // don't print debugging info
-#define DEBUG_printf(args...) (void)0
+#define DEBUG_printf(...) (void)0
#endif
/******************************************************************************/