diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-25 15:03:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-25 15:03:39 +0200 |
commit | dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07 (patch) | |
tree | 544a8d06d0078a62d1c900bf604d82268cd6671c /src/plugins/scripts/lua | |
parent | 6562d676fe079d53f820d947cb0815e089159457 (diff) | |
download | weechat-dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07.zip |
Update comments after #endif in C headers
Diffstat (limited to 'src/plugins/scripts/lua')
-rw-r--r-- | src/plugins/scripts/lua/weechat-lua-api.h | 2 | ||||
-rw-r--r-- | src/plugins/scripts/lua/weechat-lua.h | 2 |
2 files changed, 2 insertions, 2 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 */ diff --git a/src/plugins/scripts/lua/weechat-lua.h b/src/plugins/scripts/lua/weechat-lua.h index a2131205f..fe5c11fc1 100644 --- a/src/plugins/scripts/lua/weechat-lua.h +++ b/src/plugins/scripts/lua/weechat-lua.h @@ -40,4 +40,4 @@ extern void *weechat_lua_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-lua.h */ +#endif /* __WEECHAT_LUA_H */ |