| commit | 32d483c39b4169b48ab3a98c36a77ea4e74b9f5a | [log] [tgz] | 
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jul 30 21:01:23 2013 +0200 | 
| committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jul 30 21:01:23 2013 +0200 | 
| tree | 867dda9b2ba3cda74ff706c56aebfa0ab1008fae | |
| parent | 8547a0e29be7c16bb3d45077f1e95bf7ba313a77 [diff] | 
Fix style
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 18c2baa..86c3206 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -1382,8 +1382,8 @@ return 0; } -int -static set_main_loader(PyObject *d, const char *filename, const char *loader_name) +static int +set_main_loader(PyObject *d, const char *filename, const char *loader_name) { PyInterpreterState *interp; PyThreadState *tstate;