From 0ffd8acf8de91ef60c7107afb4621d4f514ed57d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Oct 2012 07:10:20 +0200 Subject: [PATCH] Small nit --- libretro/libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/libretro.c b/libretro/libretro.c index 10a0080..32f635a 100644 --- a/libretro/libretro.c +++ b/libretro/libretro.c @@ -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 }