diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-12 22:38:13 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-12 22:38:13 +0100 |
commit | e8d39bb184f94f6a2f954863d1f05acc69d84ca0 (patch) | |
tree | f196e654c2e85acabf54c439ff1c2eb4980260f6 /Python/dynload_os2.c | |
parent | 9c3c7506cf4933840eb24ae51f3b2ec4b16fe5a0 (diff) | |
parent | 633d98d4dfcf573a9d5af2a35d07230bd08770e0 (diff) | |
download | cpython-e8d39bb184f94f6a2f954863d1f05acc69d84ca0.tar.gz |
test_strlit was never run
Diffstat (limited to 'Python/dynload_os2.c')
-rw-r--r-- | Python/dynload_os2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_os2.c b/Python/dynload_os2.c index 101c024bbe..f7264da04c 100644 --- a/Python/dynload_os2.c +++ b/Python/dynload_os2.c @@ -15,7 +15,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = { {0, 0} }; -dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname, +dl_funcptr _PyImport_GetDynLoadFunc(const char *shortname, const char *pathname, FILE *fp) { dl_funcptr p; |