Skip to content

Commit 5f26dda

Browse files
author
Michael W. Hudson
committed
Restore to ANSI C.
1 parent 84fcd92 commit 5f26dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/mactoolboxglue.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ char *PyMac_StrError(int err)
9090
** Estr resources. We ignore all errors. We also try
9191
** this only once.
9292
*/
93-
errors_loaded = 1;
9493
PyObject *m, *rv;
94+
errors_loaded = 1;
9595

9696
m = PyImport_ImportModule("macresource");
9797
if (!m) {
@@ -603,4 +603,4 @@ GLUE_CONVERT(CFURLRef, CFURLRefObj_Convert, "Carbon.CF")
603603
GLUE_CONVERT(CFURLRef, OptionalCFURLRefObj_Convert, "Carbon.CF")
604604
GLUE_NEW(CFURLRef, CFURLRefObj_New, "Carbon.CF")
605605

606-
#endif /* USE_TOOLBOX_OBJECT_GLUE */
606+
#endif /* USE_TOOLBOX_OBJECT_GLUE */

0 commit comments

Comments
 (0)