missing return added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7263 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-06-09 18:43:56 +00:00
commit 8a9f37eb53

View file

@ -38,5 +38,6 @@ extern "C" void* working(void* t);
sleep(1);
f->do_foo();
}
return 0;
}
}