diff options
Diffstat (limited to 'src/common/pubsub.h')
-rw-r--r-- | src/common/pubsub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/pubsub.h b/src/common/pubsub.h index bbb4f02a42..2bee3af085 100644 --- a/src/common/pubsub.h +++ b/src/common/pubsub.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Tor Project, Inc. */ +/* Copyright (c) 2016-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -175,5 +175,5 @@ int pubsub_notify_(pubsub_topic_t *topic, pubsub_notify_fn_t notify_fn, pubsub_clear_(&name##_topic_); \ } -#endif /* TOR_PUBSUB_H */ +#endif /* !defined(TOR_PUBSUB_H) */ |