diff options
Diffstat (limited to 'src/lib/trace/debug.h')
-rw-r--r-- | src/lib/trace/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/trace/debug.h b/src/lib/trace/debug.h index e35616cf50..87b3074e0b 100644 --- a/src/lib/trace/debug.h +++ b/src/lib/trace/debug.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2019, The Tor Project, Inc. */ +/* Copyright (c) 2017-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -27,4 +27,4 @@ "\"" XSTR(subsystem) "\" hit. " \ "(line "XSTR(__LINE__) ")") -#endif /* TOR_TRACE_LOG_DEBUG_H */ +#endif /* !defined(TOR_TRACE_LOG_DEBUG_H) */ |