From ca0f2aabbbdfd090fe295f9633e900375d6f15cd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 17 Mar 2003 10:15:16 +0000 Subject: [PATCH] missing return statement git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4554 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Swig/typemap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Source/Swig/typemap.c b/SWIG/Source/Swig/typemap.c index a47e14b95..9001b4b28 100644 --- a/SWIG/Source/Swig/typemap.c +++ b/SWIG/Source/Swig/typemap.c @@ -700,6 +700,7 @@ int check_locals(ParmList *p, const char *s) { if (strstr(c,s)) return 1; p = nextSibling(p); } + return 0; } static