From 58e7a68dea2a877ef1d2498e68865ef00c46fe44 Mon Sep 17 00:00:00 2001
From: Jack Jansen <jack.jansen@cwi.nl>
Date: Mon, 11 Feb 2002 16:21:00 +0000
Subject: [PATCH] Removed a spurious }. (How did it get there in the first
 place??)

---
 Python/dynload_next.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Python/dynload_next.c b/Python/dynload_next.c
index 19a5da362e..0b232f1206 100644
--- a/Python/dynload_next.c
+++ b/Python/dynload_next.c
@@ -110,7 +110,5 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
 	}
 #endif
 	p = (dl_funcptr)NSAddressOfSymbol(theSym);
-}
-
 	return p;
 }
-- 
2.40.0