This commit is contained in:
Themaister 2011-06-06 18:50:59 +02:00
parent 4d96fbba6a
commit a605628dff

View File

@ -452,7 +452,7 @@ void init_video_input(void)
if ( driver.video_data == NULL )
{
SSNES_ERR("Cannot open video driver... Exiting ...\n");
SSNES_ERR("Cannot open video driver ... Exiting ...\n");
exit(1);
}