[chocolate-doom] 28/42: Shut up compiler warning
Jonathan Dowland
jmtd at moszumanska.debian.org
Mon Jan 30 15:06:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
jmtd pushed a commit to annotated tag chocolate-doom-0.1.0
in repository chocolate-doom.
commit d944e441212eaf0032335de5ccffad1865fd3299
Author: Simon Howard <fraggle at gmail.com>
Date: Sat Oct 8 20:10:51 2005 +0000
Shut up compiler warning
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 172
---
src/d_main.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/d_main.c b/src/d_main.c
index 69fd75d..56f5711 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: d_main.c 170 2005-10-08 19:33:48Z fraggle $
+// $Id: d_main.c 172 2005-10-08 20:10:51Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -22,6 +22,9 @@
// 02111-1307, USA.
//
// $Log$
+// Revision 1.21 2005/10/08 20:10:51 fraggle
+// Shut up compiler warning
+//
// Revision 1.20 2005/10/08 19:33:48 fraggle
// Allow dehacked patches to override the name of the game via the
// startup banner.
@@ -103,12 +106,13 @@
//-----------------------------------------------------------------------------
-static const char rcsid[] = "$Id: d_main.c 170 2005-10-08 19:33:48Z fraggle $";
+static const char rcsid[] = "$Id: d_main.c 172 2005-10-08 20:10:51Z fraggle $";
#define BGCOLOR 7
#define FGCOLOR 8
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
More information about the Pkg-games-commits
mailing list