summaryrefslogtreecommitdiff
path: root/src/deh_mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_mapping.h')
-rw-r--r--src/deh_mapping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deh_mapping.h b/src/deh_mapping.h
index 6644ba46..ac5a3569 100644
--- a/src/deh_mapping.h
+++ b/src/deh_mapping.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: deh_mapping.h 687 2006-10-05 22:12:22Z fraggle $
+// $Id: deh_mapping.h 694 2006-10-11 22:55:06Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -62,7 +62,7 @@
{deh_name, NULL, -1},
#define DEH_END_MAPPING \
- {NULL} \
+ {NULL, NULL, -1} \
} \
};