Mike McCormack : msvcrt: Fix a typo.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:03:36 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 968445ca7702a342ea4db6be6cb9ff87d281ebe8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=968445ca7702a342ea4db6be6cb9ff87d281ebe8

Author: Mike McCormack <mike at codeweavers.com>
Date:   Mon Feb 13 13:24:26 2006 +0100

msvcrt: Fix a typo.

---

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

diff --git a/dlls/msvcrt/exit.c b/dlls/msvcrt/exit.c
index c4e6f70..a1527cf 100644
--- a/dlls/msvcrt/exit.c
+++ b/dlls/msvcrt/exit.c
@@ -167,7 +167,7 @@ void MSVCRT__assert(const char* str, con
   if (MSVCRT_app_type == 2)
   {
     char text[2048];
-    snprintf(text, sizeof(text), "File: %s\nLine: %d\n\nEpression: \"%s\"", file, line, str);
+    snprintf(text, sizeof(text), "File: %s\nLine: %d\n\nExpression: \"%s\"", file, line, str);
     DoMessageBox("Assertion failed!", text);
   }
   else




More information about the wine-cvs mailing list