(RMenu) Forgot break for case

This commit is contained in:
twinaphex 2013-09-27 14:05:40 +02:00
parent a825ea8e53
commit 123c1e2c88

View File

@ -489,6 +489,7 @@ static int select_file(void *data, uint64_t action)
case FILE_BROWSER_MENU: case FILE_BROWSER_MENU:
strlcpy(extensions, rgui->browser->current_dir.extensions, sizeof(extensions)); strlcpy(extensions, rgui->browser->current_dir.extensions, sizeof(extensions));
strlcpy(comment, "INFO - Select a game to load with the core.", sizeof(comment)); strlcpy(comment, "INFO - Select a game to load with the core.", sizeof(comment));
break;
} }
switch (action) switch (action)