aboutsummaryrefslogtreecommitdiff
path: root/src/lib/smartlist_core/smartlist_split.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/smartlist_core/smartlist_split.h')
-rw-r--r--src/lib/smartlist_core/smartlist_split.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/smartlist_core/smartlist_split.h b/src/lib/smartlist_core/smartlist_split.h
index 4f72376125..e2cc7245b7 100644
--- a/src/lib/smartlist_core/smartlist_split.h
+++ b/src/lib/smartlist_core/smartlist_split.h
@@ -17,4 +17,4 @@
int smartlist_split_string(smartlist_t *sl, const char *str, const char *sep,
int flags, int max);
-#endif
+#endif /* !defined(TOR_SMARTLIST_SPLIT_H) */