From 42c7e2841400a8a0374a641e1f93cd8f5db6c488 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 13 Jan 2000 15:52:11 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@78 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/SWIG1.1/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/SWIG1.1/main.cxx b/SWIG/Source/SWIG1.1/main.cxx index abb633717..195b66398 100644 --- a/SWIG/Source/SWIG1.1/main.cxx +++ b/SWIG/Source/SWIG1.1/main.cxx @@ -245,7 +245,7 @@ int SWIG_main(int argc, char *argv[], Language *l, Documentation *d) { } while (includecount > 0) { - SWIG_add_directory((DOH *) includefiles[includecount++]); + SWIG_add_directory((DOH *) includefiles[includecount--]); } // Open up a comment handler