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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user