Silence MSVC warning

This commit is contained in:
twinaphex 2015-06-28 19:15:12 +02:00
parent f31c1733d9
commit 48dcd63557

View File

@ -464,6 +464,7 @@ enum rarch_content_type rarch_path_is_media_type(const char *path)
case MENU_VALUE_FILE_BMP:
return RARCH_CONTENT_IMAGE;
#endif
case 0:
default:
break;
}