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

Alexandre Julliard julliard at winehq.org
Fri Jan 30 07:58:31 CST 2009


Module: wine
Branch: master
Commit: 4ee530b2a7f48e6b56fb219bb1200a17809f3417
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4ee530b2a7f48e6b56fb219bb1200a17809f3417

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jan 30 11:37:51 2009 +0100

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

---

 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");




More information about the wine-cvs mailing list