mirror of
https://github.com/yawut/SDL.git
synced 2026-09-15 04:26:28 -05:00
Removed unreachable return statement from test suite for timer.
This commit is contained in:
@@ -116,7 +116,6 @@ Uint32 _timerTestCallback(Uint32 interval, void *param)
|
||||
}
|
||||
|
||||
return 0;
|
||||
return interval;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user