diff options
-rw-r--r-- | PC/_msi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1065,5 +1065,5 @@ PyInit__msi(void) if (!MSIError) return NULL; PyModule_AddObject(m, "MSIError", MSIError); - return NULL; + return m; } |
index : cpython.git | ||
https://github.com/python/cpython.git |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | PC/_msi.c | 2 |
@@ -1065,5 +1065,5 @@ PyInit__msi(void) if (!MSIError) return NULL; PyModule_AddObject(m, "MSIError", MSIError); - return NULL; + return m; } |