diff options
Diffstat (limited to 'Doc/ext/run-func.c')
-rw-r--r-- | Doc/ext/run-func.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/run-func.c b/Doc/ext/run-func.c index 842f15a..7733439 100644 --- a/Doc/ext/run-func.c +++ b/Doc/ext/run-func.c @@ -5,7 +5,7 @@ main(int argc, char *argv[]) { PyObject *pName, *pModule, *pDict, *pFunc; PyObject *pArgs, *pValue; - int i, result; + int i; if (argc < 3) { fprintf(stderr,"Usage: call pythonfile funcname [args]\n"); |