projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
820c120
)
fix compiler warning
author
Benjamin Peterson
<benjamin@python.org>
Thu, 12 Jun 2008 13:16:38 +0000
(13:16 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Thu, 12 Jun 2008 13:16:38 +0000
(13:16 +0000)
Modules/_gestalt.c
patch
|
blob
|
history
diff --git
a/Modules/_gestalt.c
b/Modules/_gestalt.c
index 7fb1bc97ce52839b509219bb8bd477ff502b409b..3a7279f824071cc64b760f057d47fe17e62d9b25 100644
(file)
--- a/
Modules/_gestalt.c
+++ b/
Modules/_gestalt.c
@@
-77,7
+77,7
@@
static struct PyModuleDef gestaltmodule = {
NULL
};
-void
+PyMODINIT_FUNC
PyInit__gestalt(void)
{
return PyModule_Create(&gestaltmodule);