summaryrefslogtreecommitdiff
path: root/src/core/wee-hashtable.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-08-10 20:05:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-08-10 20:05:16 +0200
commit9bad3f44dbf88104a1ecc61d40dca17f15a209d6 (patch)
tree7f23f022fb9de453c22730f2315160728fc9362c /src/core/wee-hashtable.h
parentc58716809cde8697469f7a88f1b8d6a01bd62d13 (diff)
downloadweechat-9bad3f44dbf88104a1ecc61d40dca17f15a209d6.zip
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Diffstat (limited to 'src/core/wee-hashtable.h')
-rw-r--r--src/core/wee-hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-hashtable.h b/src/core/wee-hashtable.h
index 38706d7cb..40e983216 100644
--- a/src/core/wee-hashtable.h
+++ b/src/core/wee-hashtable.h
@@ -18,7 +18,7 @@
*/
#ifndef WEECHAT_HASHTABLE_H
-#define WEECHAT_HASHTABLE_H 1
+#define WEECHAT_HASHTABLE_H
struct t_hashtable;
struct t_infolist_item;