summaryrefslogtreecommitdiff
path: root/src/common/util_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util_format.h')
-rw-r--r--src/common/util_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util_format.h b/src/common/util_format.h
index 4af8832bbe..0aefe3a44e 100644
--- a/src/common/util_format.h
+++ b/src/common/util_format.h
@@ -48,5 +48,5 @@ int hex_decode_digit(char c);
void base16_encode(char *dest, size_t destlen, const char *src, size_t srclen);
int base16_decode(char *dest, size_t destlen, const char *src, size_t srclen);
-#endif
+#endif /* !defined(TOR_UTIL_FORMAT_H) */