From 5a726d6531dd500670b0540d8ffeb8bfd8d98a54 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Tue, 17 May 2005 19:26:39 +0000 Subject: make it build again (missing }) 2005-05-17 Manish Singh * gobject/pygparamspec.c (pyg_param_spec_getattr): make it build again (missing }) --- gobject/pygparamspec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gobject/pygparamspec.c b/gobject/pygparamspec.c index 5d80d98..eb4b108 100644 --- a/gobject/pygparamspec.c +++ b/gobject/pygparamspec.c @@ -332,6 +332,7 @@ pyg_param_spec_getattr(PyGParamSpec *self, const gchar *attr) return Py_BuildValue("[ssssssss]", "__doc__", "__gtype__", "blurb", "flags", "name", "nick", "owner_type", "value_type"); + } } PyErr_SetString(PyExc_AttributeError, attr); -- cgit