aboutsummaryrefslogtreecommitdiff
path: root/src/lib/container
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/container')
-rw-r--r--src/lib/container/smartlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/container/smartlist.h b/src/lib/container/smartlist.h
index 1dadf4ae6b..984cd2d293 100644
--- a/src/lib/container/smartlist.h
+++ b/src/lib/container/smartlist.h
@@ -166,6 +166,6 @@ char *smartlist_join_strings2(smartlist_t *sl, const char *join,
#define SMARTLIST_FOREACH_JOIN_END(var1, var2) \
} \
STMT_END
-#endif
+#endif /* !defined(COCCI) */
#endif /* !defined(TOR_SMARTLIST_H) */