1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Add a missing return value

This commit is contained in:
Chris Robinson 2012-12-11 19:36:04 -08:00
parent 9e2d4f8b7c
commit 3519934f27

View File

@ -646,7 +646,7 @@ namespace MWRender
break;
}
return 0;
}
int decode_interrupt_cb(void) {