1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

core: fix style

This commit is contained in:
Sébastien Helleu
2023-12-14 23:11:35 +01:00
parent ffa933bcf8
commit fa0b320178
16 changed files with 54 additions and 49 deletions
+1 -1
View File
@@ -4075,7 +4075,7 @@ IRC_PROTOCOL_CALLBACK(001)
}
else
{
length = 1 + strlen(command3) + 1;
length = 1 + strlen (command3) + 1;
slash_command = malloc (length);
if (slash_command)
{