summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 8fd5fd9..890fb97 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -273,7 +273,7 @@ static PyMethodDef unicodedata_functions[] = {
};
DL_EXPORT(void)
-initunicodedata()
+initunicodedata(void)
{
Py_InitModule("unicodedata", unicodedata_functions);
}