summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/lua/weechat-lua-api.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-06-25 15:03:39 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-06-25 15:03:39 +0200
commitdcdba08f8aad80bfe36f4d2f355bfcdfd7997a07 (patch)
tree544a8d06d0078a62d1c900bf604d82268cd6671c /src/plugins/scripts/lua/weechat-lua-api.h
parent6562d676fe079d53f820d947cb0815e089159457 (diff)
downloadweechat-dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07.zip
Update comments after #endif in C headers
Diffstat (limited to 'src/plugins/scripts/lua/weechat-lua-api.h')
-rw-r--r--src/plugins/scripts/lua/weechat-lua-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/lua/weechat-lua-api.h b/src/plugins/scripts/lua/weechat-lua-api.h
index 30d3b8337..3a834e422 100644
--- a/src/plugins/scripts/lua/weechat-lua-api.h
+++ b/src/plugins/scripts/lua/weechat-lua-api.h
@@ -29,4 +29,4 @@ extern int weechat_lua_api_buffer_input_data_cb (void *data,
extern int weechat_lua_api_buffer_close_cb (void *data,
struct t_gui_buffer *buffer);
-#endif /* weechat-lua.h */
+#endif /* __WEECHAT_LUA_API_H */