From 0154ceb419c6804e538cb9563b17cded192724a4 Mon Sep 17 00:00:00 2001 From: oes Date: Tue, 27 Aug 2002 18:03:40 +0000 Subject: [PATCH] Fixed stupid typo --- win32.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/win32.c b/win32.c index 4e1130f6..ea5ff749 100644 --- a/win32.c +++ b/win32.c @@ -1,7 +1,7 @@ -const char win32_rcs[] = "$Id: win32.c,v 1.9 2002/03/31 17:19:00 jongfoster Exp $"; +const char win32_rcs[] = "$Id: win32.c,v 1.9.2.1 2002/08/21 17:59:27 oes Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa//current/Attic/win32.c,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/win32.c,v $ * * Purpose : Win32 User Interface initialization and message loop * @@ -31,6 +31,9 @@ const char win32_rcs[] = "$Id: win32.c,v 1.9 2002/03/31 17:19:00 jongfoster Exp * * Revisions : * $Log: win32.c,v $ + * Revision 1.9.2.1 2002/08/21 17:59:27 oes + * Sync win32_blurb[] with our standard blurb + * * Revision 1.9 2002/03/31 17:19:00 jongfoster * Win32 only: Enabling STRICT to fix a VC++ compile warning. * @@ -99,7 +102,7 @@ const char win32_blurb[] = "Based on the Internet Junkbuster by Junkbusters Corp.\n" "This is free software; it may be used and copied under the\n" "GNU General Public License: http://www.gnu.org/copyleft/gpl.html .\n" -"This program comes with ABSOLUTELY NO WARRANTY OF ANY KIND.\n" +"This program comes with ABSOLUTELY NO WARRANTY OF ANY KIND.\n"; #ifdef _WIN_CONSOLE -- 2.49.0