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

irc: fix type of value returned by function irc_buffer_build_name

This commit is contained in:
Sébastien Helleu
2015-07-04 16:36:42 +02:00
parent 0c79b2fda8
commit df66b2e6fe
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ irc_buffer_get_server_and_channel (struct t_gui_buffer *buffer,
* Builds buffer name with a server and a channel.
*/
char *
const char *
irc_buffer_build_name (const char *server, const char *channel)
{
static char buffer[128];