From 91679ed9c501fc186087c97167c6dd4c99f76623 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sat, 28 Jan 2006 17:28:29 +0000 Subject: [PATCH] Fixed cosmetic issue. --- zsnes/src/cfgload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/cfgload.c b/zsnes/src/cfgload.c index affb9334..82d93f38 100644 --- a/zsnes/src/cfgload.c +++ b/zsnes/src/cfgload.c @@ -535,7 +535,7 @@ void DOScreatenewcfg() WRITE_LINE("\r\n; Interpolation (1 = Enable, 0 = Disable) - 640x480x65536 mode only\r\n"); WRITE_LINE("; This option also Enables EAGLE - 640x480x256 mode only\r\n"); #else - WRITE_LINE("; Interpolation (1 = Enable, 0 = Disable)\r\n"); + WRITE_LINE("\r\n; Interpolation (1 = Enable, 0 = Disable)\r\n"); #endif sprintf(buffer, "\r\nInterpolation = %d\r\n\r\n", cfginterp); SAVE_LINE(buffer);