Avoid warning

This commit is contained in:
twinaphex 2015-12-10 14:03:34 +01:00
parent a1b4ba9280
commit 02fb8dd052

View File

@ -324,6 +324,8 @@ static void rgui_render_messagebox(const char *message)
if (!message || !*message)
return;
(void)settings;
list = string_split(message, "\n");
if (!list)
return;