diff options
Diffstat (limited to 'Python/dynload_dl.c')
-rw-r--r-- | Python/dynload_dl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c index af95254f33..84fc9c4ed9 100644 --- a/Python/dynload_dl.c +++ b/Python/dynload_dl.c @@ -16,7 +16,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "importdl.h" -extern char *Py_GetProgramName(); +extern char *Py_GetProgramName(void); const struct filedescr _PyImport_DynLoadFiletab[] = { {".o", "rb", C_EXTENSION}, |