diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-12 15:20:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-12 15:20:22 -0400 |
commit | 065b74fa36344295a12f53e7399e7b20c6d887e0 (patch) | |
tree | a0900f542da1cef9f5411ce7299e48aa2b9d4620 /src/lib/log | |
parent | 95209be861738d15fdb8d3f8da9a6164ed5f3903 (diff) | |
download | tor-065b74fa36344295a12f53e7399e7b20c6d887e0.tar.gz tor-065b74fa36344295a12f53e7399e7b20c6d887e0.zip |
Fix all nonconformant headers' guard macros.
Diffstat (limited to 'src/lib/log')
-rw-r--r-- | src/lib/log/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log/log.h b/src/lib/log/log.h index dbc1c47021..0420f35ee0 100644 --- a/src/lib/log/log.h +++ b/src/lib/log/log.h @@ -11,6 +11,7 @@ **/ #ifndef TOR_TORLOG_H +#define TOR_TORLOG_H #include <stdarg.h> #include "lib/cc/torint.h" @@ -278,5 +279,4 @@ MOCK_DECL(STATIC void, logv, (int severity, log_domain_mask_t domain, va_list ap) CHECK_PRINTF(5,0)); #endif -# define TOR_TORLOG_H #endif /* !defined(TOR_TORLOG_H) */ |