aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dns_structs.h')
-rw-r--r--src/or/dns_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dns_structs.h b/src/or/dns_structs.h
index bc6067213d..e22f23ac15 100644
--- a/src/or/dns_structs.h
+++ b/src/or/dns_structs.h
@@ -1,6 +1,6 @@
/* Copyright (c) 2003-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
- * Copyright (c) 2007-2016, The Tor Project, Inc. */
+ * Copyright (c) 2007-2017, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -98,5 +98,5 @@ typedef struct cached_resolve_t {
int minheap_idx;
} cached_resolve_t;
-#endif
+#endif /* !defined(TOR_DNS_STRUCTS_H) */