Skip to content

Commit f9f83e5

Browse files
committed
Add missing return value to NGAGE_SuspendScreenSaver().
1 parent d600b16 commit f9f83e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/video/ngage/SDL_ngagevideo.c

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ static void NGAGE_PumpEvents(SDL_VideoDevice* device)
177177
static bool NGAGE_SuspendScreenSaver(SDL_VideoDevice* device)
178178
{
179179
NGAGE_SuspendScreenSaverInternal(device->suspend_screensaver);
180+
return true;
180181
}
181182

182183
#endif // SDL_VIDEO_DRIVER_NGAGE

0 commit comments

Comments
 (0)