msvcrt/tests: Remove a space before a '\n'.

Francois Gouget fgouget at free.fr
Fri Jan 30 04:37:51 CST 2009


---
 dlls/msvcrt/tests/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcrt/tests/file.c b/dlls/msvcrt/tests/file.c
index 1a524fc..9032e51 100644
--- a/dlls/msvcrt/tests/file.c
+++ b/dlls/msvcrt/tests/file.c
@@ -369,7 +369,7 @@ static void test_asciimode(void)
     fclose(fp);
     fp = fopen("ascii.tst", "r");
     fseek(fp, 3 ,SEEK_SET);
-    ok((c = fgetc(fp)) == '1', "fgetc fails to read next char when positioned on \\r \n");
+    ok((c = fgetc(fp)) == '1', "fgetc fails to read next char when positioned on \\r\n");
     fclose(fp);
 
     unlink("ascii.tst");
-- 
1.5.6.5




More information about the wine-patches mailing list