diff options
Diffstat (limited to 'src/or/status.h')
-rw-r--r-- | src/or/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/status.h b/src/or/status.h index b97e835037..49da6abc0f 100644 --- a/src/or/status.h +++ b/src/or/status.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2016, The Tor Project, Inc. */ +/* Copyright (c) 2010-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef TOR_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) */ |