summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gobject/pygtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygtype.c b/gobject/pygtype.c
index 65de546..3315b29 100644
--- a/gobject/pygtype.c
+++ b/gobject/pygtype.c
@@ -577,7 +577,7 @@ pyg_type_lookup(GType type)
void
pyg_register_gtype_custom(GType gtype,
- fromvaluefunc from_func,
+ fromvaluefunc from_func,
tovaluefunc to_func)
{
PyGTypeMarshal *tm;