]> skyeroc.xyz Git - dgamelaunch/commitdiff
Back out erroneous virus build fix
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 26 Jan 2004 16:10:17 +0000 (16:10 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 26 Jan 2004 16:10:17 +0000 (16:10 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@173 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

virus.c

diff --git a/virus.c b/virus.c
index b18e3104d1abd597ef51fcc32f3e2614ce29cb19..f6fd55f673589b55fd1186d71e2d3003e22562b3 100644 (file)
--- a/virus.c
+++ b/virus.c
@@ -81,7 +81,7 @@ char *vi_Version = "0.0.2+dgamelaunch " VERSION;
 #include <errno.h>
 #include <stdarg.h>
 
-#include "editors/last_char_is.c"
+#include "last_char_is.c"
 
 #ifndef TRUE
 #define TRUE                   ((int)1)