summaryrefslogtreecommitdiff
path: root/src/plugins/tcl/weechat-tcl.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-04-30 21:15:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-04-30 21:15:30 +0200
commit71dd64678c4e206ca6b713a1323785124116f38d (patch)
treee8f93f5d3274ac8a0117db5ba9d92e022e757b31 /src/plugins/tcl/weechat-tcl.c
parent499f36a7cf8d545693bcb5946408ff8a007ddac9 (diff)
downloadweechat-71dd64678c4e206ca6b713a1323785124116f38d.zip
core: add comments after some #endif
Diffstat (limited to 'src/plugins/tcl/weechat-tcl.c')
-rw-r--r--src/plugins/tcl/weechat-tcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c
index 0bb1bb50f..e2c32187c 100644
--- a/src/plugins/tcl/weechat-tcl.c
+++ b/src/plugins/tcl/weechat-tcl.c
@@ -713,7 +713,7 @@ weechat_tcl_signal_debug_libs_cb (void *data, const char *signal,
weechat_printf (NULL, " %s: %s", TCL_PLUGIN_NAME, TCL_VERSION);
#else
weechat_printf (NULL, " %s: (?)", TCL_PLUGIN_NAME);
-#endif
+#endif /* TCL_VERSION */
return WEECHAT_RC_OK;
}