]> granicus.if.org Git - python/commitdiff
Removed a spurious }. (How did it get there in the first place??)
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 11 Feb 2002 16:21:00 +0000 (16:21 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 11 Feb 2002 16:21:00 +0000 (16:21 +0000)
Python/dynload_next.c

index 19a5da362ef09f4252d1300c6e88fbeffd104be1..0b232f120614aa4c4c28690c3bbb886db11d1d16 100644 (file)
@@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
        }
 #endif
        p = (dl_funcptr)NSAddressOfSymbol(theSym);
-}
-
        return p;
 }