Skip to content

Commit 1fd89db

Browse files
committed
Fix typo
1 parent f4f4fff commit 1fd89db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/winreg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ winreg_CreateKeyEx_impl(PyObject *module, HKEY key, const wchar_t *sub_key,
995995
// This is predefined key and doesn't need close.
996996
RegCloseKey(key);
997997
}
998-
PySys_Audit("winreg.OpenKey/result", "n", NULL0;
998+
PySys_Audit("winreg.OpenKey/result", "n", NULL);
999999
return NULL;
10001000
}
10011001
}

0 commit comments

Comments
 (0)