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/ruby | |
parent | 6562d676fe079d53f820d947cb0815e089159457 (diff) | |
download | weechat-dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07.zip |
Update comments after #endif in C headers
Diffstat (limited to 'src/plugins/scripts/ruby')
-rw-r--r-- | src/plugins/scripts/ruby/weechat-ruby-api.h | 2 | ||||
-rw-r--r-- | src/plugins/scripts/ruby/weechat-ruby.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.h b/src/plugins/scripts/ruby/weechat-ruby-api.h index 4742e71d6..f75f478eb 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.h +++ b/src/plugins/scripts/ruby/weechat-ruby-api.h @@ -28,4 +28,4 @@ extern int weechat_ruby_api_buffer_close_cb (void *data, struct t_gui_buffer *buffer); extern void weechat_ruby_api_init (VALUE ruby_mWeechat); -#endif /* weechat-ruby.h */ +#endif /* __WEECHAT_RUBY_API_H */ diff --git a/src/plugins/scripts/ruby/weechat-ruby.h b/src/plugins/scripts/ruby/weechat-ruby.h index f61a568d0..2ef5cbbf4 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.h +++ b/src/plugins/scripts/ruby/weechat-ruby.h @@ -39,4 +39,4 @@ extern void *weechat_ruby_exec (struct t_plugin_script *script, int ret_type, const char *function, char **argv); -#endif /* weechat-perl.h */ +#endif /* __WEECHAT_RUBY_H */ |