1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: remove "v" before versions displayed by /debug libs

This commit is contained in:
Sebastien Helleu
2013-11-18 07:46:14 +01:00
parent b63ac8a0f1
commit 3b53a3a8be
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ gui_main_signal_sigwinch ()
void
gui_main_debug_libs ()
{
gui_chat_printf (NULL, " ncurses: v%s (patch %d)",
gui_chat_printf (NULL, " ncurses: %s (patch %d)",
NCURSES_VERSION, NCURSES_VERSION_PATCH);
}