diff options
Diffstat (limited to 'Tools/perfecthash/perfhash.c')
-rw-r--r-- | Tools/perfecthash/perfhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/perfecthash/perfhash.c b/Tools/perfecthash/perfhash.c index e7ba0c7..166b183 100644 --- a/Tools/perfecthash/perfhash.c +++ b/Tools/perfecthash/perfhash.c @@ -61,7 +61,7 @@ static struct PyMethodDef hashMethods[] = { #ifdef _MSC_VER _declspec(dllexport) #endif -void initperfhash() +void initperfhash(void) { PyObject *m; |