foxygit / doom Log in
commit 25f8e6aae81e70d9c3f3babef97317b82131eadc
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon May 29 10:38:27 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon May 29 10:38:27 2006 +0000

    Add missing newline to message.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 536
---
 src/i_video.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/i_video.c b/src/i_video.c
index 72e4d0f8..62ad2c79 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*-
 //-----------------------------------------------------------------------------
 //
-// $Id: i_video.c 535 2006-05-29 00:17:24Z fraggle $
+// $Id: i_video.c 536 2006-05-29 10:38:27Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -175,7 +175,7 @@
 //-----------------------------------------------------------------------------

 static const char
-rcsid[] = "$Id: i_video.c 535 2006-05-29 00:17:24Z fraggle $";
+rcsid[] = "$Id: i_video.c 536 2006-05-29 10:38:27Z fraggle $";

 #include <SDL.h>
 #include <ctype.h>
@@ -1162,7 +1162,7 @@ void I_InitGraphics(void)
             printf("NOTE: Your video settings have been adjusted.  "
                    "To disable this behavior,\n"
                    "set autoadjust_video_settings to 0 in your "
-                   "configuration file.");
+                   "configuration file.\n");
         }

         if (!CheckValidFSMode())