diff options
Diffstat (limited to 'src/or/status.h')
-rw-r--r-- | src/or/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/status.h b/src/or/status.h index c1a0033ce0..49da6abc0f 100644 --- a/src/or/status.h +++ b/src/or/status.h @@ -14,5 +14,5 @@ STATIC char *secs_to_uptime(long secs); STATIC char *bytes_to_usage(uint64_t bytes); #endif -#endif +#endif /* !defined(TOR_STATUS_H) */ |