mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
core, plugins: remove unneeded break after return
This commit is contained in:
@@ -214,7 +214,6 @@ exec_decode_color (struct t_exec_cmd *exec_cmd, const char *string)
|
||||
{
|
||||
case EXEC_COLOR_ANSI:
|
||||
return strdup (string);
|
||||
break;
|
||||
case EXEC_COLOR_AUTO:
|
||||
irc_color = (exec_cmd->output_to_buffer || exec_cmd->pipe_command);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user