summaryrefslogtreecommitdiff
path: root/Python/dynload_os2.c
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-14 21:14:53 -0400
committerR David Murray <rdmurray@bitdance.com>2011-03-14 21:14:53 -0400
commiteba3adb8c547317bb259a27be2dc6b0af2f467af (patch)
tree2fd1b6de9a90d37d2c473ad5ef9df7fe0cbdb70e /Python/dynload_os2.c
parent645f312bebd576c855073c4ecc06a0673614f227 (diff)
parent36d507533d39b10591431beb91102e5da812d07b (diff)
downloadcpython-eba3adb8c547317bb259a27be2dc6b0af2f467af.tar.gz
Merge long Japanese header fix from 3.2.
Diffstat (limited to 'Python/dynload_os2.c')
-rw-r--r--Python/dynload_os2.c2
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;