summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/extract_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/extract_types.py b/lasso/extract_types.py
index abc0b736..f6dc4abe 100644
--- a/lasso/extract_types.py
+++ b/lasso/extract_types.py
@@ -28,7 +28,7 @@ fd = StringIO()
print >> fd, "/* This file has been autogenerated; changes will be lost */"
print >> fd, ""
-print >> fd, "typedef GType (*type_function) (void);"
+print >> fd, "typedef GType (*type_function) ();"
print >> fd, ""
header_files = []