Small nit

This commit is contained in:
twinaphex 2012-10-22 07:10:20 +02:00
parent e20e40ebc2
commit 0ffd8acf8d

View File

@ -980,7 +980,7 @@ void retro_init(void)
environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &rgb565);
if (rgb565)
fprintf(stderr, "Frontend supports RGB565 - will use that instead of XRGB1555.");
fprintf(stderr, "Frontend supports RGB565 - will use that instead of XRGB1555.\n");
#endif
}