aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/LoopControl/src')
-rw-r--r--Carpet/LoopControl/src/loopcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/LoopControl/src/loopcontrol.h b/Carpet/LoopControl/src/loopcontrol.h
index 5c71f0fee..dfe7dda60 100644
--- a/Carpet/LoopControl/src/loopcontrol.h
+++ b/Carpet/LoopControl/src/loopcontrol.h
@@ -39,7 +39,7 @@ extern "C" {
for (int j = lc_jmin; j < lc_jmax; ++j) \
for (int i = lc_imin; i < lc_imax; ++i)
-#define LC_ENDLOOP3 \
+#define LC_ENDLOOP3(name) \
} while (0)
#endif