(RGUI) Silence warning

This commit is contained in:
twinaphex 2017-10-02 20:33:46 +02:00
parent fa0728d6b7
commit cdb24aff1c
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,8 @@ static void rgui_render_messagebox(const char *message)
struct string_list *list = NULL;
settings_t *settings = config_get_ptr();
(void)settings;
if (!message || !*message)
return;