summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-02-16 11:34:28 +0100
committerAnton Khirnov <anton@khirnov.net>2019-02-16 11:34:28 +0100
commitae180cb8046ae4a0c726165cd6b4fb302a642889 (patch)
treeeefc72e8a61515f90726c0f02b3a38ea06a9eaa7
parente4fd9b1001d9597abc47150475e2ba63fbf0a8e2 (diff)
Fix typo.
-rw-r--r--src/maximal_slicing_axi_mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maximal_slicing_axi_mg.c b/src/maximal_slicing_axi_mg.c
index db57979..c37cbef 100644
--- a/src/maximal_slicing_axi_mg.c
+++ b/src/maximal_slicing_axi_mg.c
@@ -22,7 +22,7 @@
#define CPINDEX(cp, i, j, k) ((k * cp->grid_size[1] + j) * cp->grid_size[0] + i)
#if 0
-#define LOGDEBUG(...) fprintf(stderr, __VA_ARGS)
+#define LOGDEBUG(...) fprintf(stderr, __VA_ARGS__)
#else
#define LOGDEBUG
#endif