diff options
Diffstat (limited to 'src/lib/log/win32err.h')
-rw-r--r-- | src/lib/log/win32err.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/log/win32err.h b/src/lib/log/win32err.h index 33413dfd15..5c1386a64d 100644 --- a/src/lib/log/win32err.h +++ b/src/lib/log/win32err.h @@ -1,6 +1,6 @@ /* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2019, The Tor Project, Inc. */ + * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -19,4 +19,4 @@ char *format_win32_error(DWORD err); #endif -#endif +#endif /* !defined(TOR_WIN32ERR_H) */ |