summaryrefslogtreecommitdiff
path: root/x2p/a2py.c
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/a2py.c')
-rw-r--r--x2p/a2py.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x2p/a2py.c b/x2p/a2py.c
index d4cb59f431..cd396a28de 100644
--- a/x2p/a2py.c
+++ b/x2p/a2py.c
@@ -200,6 +200,8 @@ main(register int argc, register char **argv, register char **env)
"The operation I've selected may be wrong for the operand types.\n");
}
exit(0);
+ /* by ANSI specs return is needed. This also shuts up VC++ and his warnings */
+ return(0);
}
#define RETURN(retval) return (bufptr = s,retval)