Merge pull request #7743 from orbea/c89

Fix c89 build.
This commit is contained in:
Twinaphex 2018-12-15 18:08:48 +01:00 committed by GitHub
commit 9c9d1741b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4397,8 +4397,8 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, menu_displaylist
break;
}
#endif // HAVE_LAKKA_SWITCH
#endif // HAVE_LAKKA_SWITCH || HAVE_LIBNX
#endif /* HAVE_LAKKA_SWITCH */
#endif /* HAVE_LAKKA_SWITCH || HAVE_LIBNX */
case DISPLAYLIST_MUSIC_LIST:
{
char combined_path[PATH_MAX_LENGTH];