Fix fall-through bug

This commit is contained in:
twinaphex 2016-01-22 20:27:42 +01:00
parent 9acf3e2309
commit 55798b0a58
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,7 @@ bool content_ctl(enum content_ctl_state state, void *data)
return false;
*content_crc_ptr = &content_crc;
}
break;
case CONTENT_CTL_LOAD_STATE:
{
const char *path = (const char*)data;