summaryrefslogtreecommitdiff
path: root/src/deh_cheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_cheat.c')
-rw-r--r--src/deh_cheat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deh_cheat.c b/src/deh_cheat.c
index a5fe2cde..68d4ce88 100644
--- a/src/deh_cheat.c
+++ b/src/deh_cheat.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: deh_cheat.c 641 2006-09-21 11:13:28Z rtc_marine $
+// $Id: deh_cheat.c 687 2006-10-05 22:12:22Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -138,5 +138,6 @@ deh_section_t deh_section_cheat =
DEH_CheatStart,
DEH_CheatParseLine,
NULL,
+ NULL,
};