summaryrefslogtreecommitdiff
path: root/src/plugins/ruby/weechat-ruby.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/plugins/ruby/weechat-ruby.h
parentc58716809cde8697469f7a88f1b8d6a01bd62d13 (diff)
downloadweechat-9bad3f44dbf88104a1ecc61d40dca17f15a209d6.zip
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Diffstat (limited to 'src/plugins/ruby/weechat-ruby.h')
-rw-r--r--src/plugins/ruby/weechat-ruby.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/ruby/weechat-ruby.h b/src/plugins/ruby/weechat-ruby.h
index 3cb8010af..c09353935 100644
--- a/src/plugins/ruby/weechat-ruby.h
+++ b/src/plugins/ruby/weechat-ruby.h
@@ -18,8 +18,8 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WEECHAT_RUBY_H
-#define WEECHAT_RUBY_H 1
+#ifndef WEECHAT_PLUGIN_RUBY_H
+#define WEECHAT_PLUGIN_RUBY_H
#define weechat_plugin weechat_ruby_plugin
#define RUBY_PLUGIN_NAME "ruby"
@@ -45,4 +45,4 @@ void *weechat_ruby_exec (struct t_plugin_script *script,
int ret_type, const char *function,
const char *format, void **argv);
-#endif /* WEECHAT_RUBY_H */
+#endif /* WEECHAT_PLUGIN_RUBY_H */