summaryrefslogtreecommitdiff
path: root/src/deh_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_sound.c')
-rw-r--r--src/deh_sound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deh_sound.c b/src/deh_sound.c
index 7a81ec1d..009187f6 100644
--- a/src/deh_sound.c
+++ b/src/deh_sound.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: deh_sound.c 420 2006-03-15 18:53:06Z fraggle $
+// $Id: deh_sound.c 687 2006-10-05 22:12:22Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -117,5 +117,6 @@ deh_section_t deh_section_sound =
DEH_SoundStart,
DEH_SoundParseLine,
NULL,
+ NULL,
};