From 709ec9867febbcbd233831707eb40d89be1242ec Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Fri, 29 Feb 2008 14:17:46 +0000 Subject: fixed the prototype of get_type functions to avoid warnings on windows --- lasso/extract_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lasso/extract_types.py') 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 = [] -- cgit