Fix return type of PltSleepMs

This commit is contained in:
Cameron Gutman 2014-01-20 20:34:48 -05:00
commit d54c7cc821

View file

@ -43,4 +43,4 @@ int PltWaitForEvent(PLT_EVENT *event);
#define PLT_WAIT_SUCCESS 0
#define PLT_WAIT_INTERRUPTED 1
int PltSleepMs(int ms);
void PltSleepMs(int ms);