]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
Making a warning in chashsplitmodule.c go away.
authorDave Coombs <dcoombs@carillon.ca>
Mon, 25 Jan 2010 03:44:36 +0000 (22:44 -0500)
committerDave Coombs <dcoombs@carillon.ca>
Mon, 25 Jan 2010 03:44:36 +0000 (22:44 -0500)
chashsplitmodule.c

index 9393f14e1ca086807d68b3ce64b47932fb2908a0..d2beb2942b2653f7958aebd43f828f5568214145 100644 (file)
@@ -54,7 +54,7 @@ static PyMethodDef hashsplit_methods[] = {
     { NULL, NULL, 0, NULL },  // sentinel
 };
 
-PyMODINIT_FUNC initchashsplit()
+PyMODINIT_FUNC initchashsplit(void)
 {
     Py_InitModule("chashsplit", hashsplit_methods);
 }