mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
Use of const for some functions returning "char *"
This commit is contained in:
@@ -2411,7 +2411,7 @@ void
|
||||
command_set_display_option (struct t_config_option *option,
|
||||
const char *message)
|
||||
{
|
||||
char *color_name;
|
||||
const char *color_name;
|
||||
|
||||
switch (option->type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user