aboutsummaryrefslogtreecommitdiff
path: root/src/lib/string/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/string/printf.h')
-rw-r--r--src/lib/string/printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/string/printf.h b/src/lib/string/printf.h
index 2cc13d6bee..6e90770f81 100644
--- a/src/lib/string/printf.h
+++ b/src/lib/string/printf.h
@@ -27,4 +27,4 @@ int tor_asprintf(char **strp, const char *fmt, ...)
int tor_vasprintf(char **strp, const char *fmt, va_list args)
CHECK_PRINTF(2,0);
-#endif /* !defined(TOR_UTIL_STRING_H) */
+#endif /* !defined(TOR_UTIL_PRINTF_H) */