summaryrefslogtreecommitdiff
path: root/src/lib/string/parse_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/string/parse_int.h')
-rw-r--r--src/lib/string/parse_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/string/parse_int.h b/src/lib/string/parse_int.h
index 925547942e..50d48b44c5 100644
--- a/src/lib/string/parse_int.h
+++ b/src/lib/string/parse_int.h
@@ -22,4 +22,4 @@ double tor_parse_double(const char *s, double min, double max, int *ok,
uint64_t tor_parse_uint64(const char *s, int base, uint64_t min,
uint64_t max, int *ok, char **next);
-#endif
+#endif /* !defined(TOR_PARSE_INT_H) */