diff --git a/sdl/main.c b/sdl/main.c index 0fdf706..ee1ffe2 100644 --- a/sdl/main.c +++ b/sdl/main.c @@ -873,7 +873,7 @@ int main (int argc, char **argv) case SDL_USEREVENT: { char caption[100]; - sprintf(caption,"Genesis Plus GX - %d fps - %s)", event.user.code, (rominfo.international[0] != 0x20) ? rominfo.international : rominfo.domestic); + sprintf(caption,"Genesis Plus GX - %d fps - %s", event.user.code, (rominfo.international[0] != 0x20) ? rominfo.international : rominfo.domestic); SDL_WM_SetCaption(caption, NULL); break; }