diff options
-rw-r--r-- | common.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1058,6 +1058,7 @@ config_token_name (enum config_token token) default: hard_assert (!"invalid token value"); + return NULL; } } |
index : xK | ||
IRC daemon, bot, TUI client and GUI frontend | Přemysl Eric Janouch <p@janouch.name> |
summaryrefslogtreecommitdiff |
-rw-r--r-- | common.c | 1 |
@@ -1058,6 +1058,7 @@ config_token_name (enum config_token token) default: hard_assert (!"invalid token value"); + return NULL; } } |