[pygobject] compilation: Fix syntax error



commit 09a0daeedf49eaf376c1288be5743b57fbc76d51
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 9 16:25:51 2010 -0400

    compilation: Fix syntax error

 gi/pygi-info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gi/pygi-info.c b/gi/pygi-info.c
index 785d86b..feeccf7 100644
--- a/gi/pygi-info.c
+++ b/gi/pygi-info.c
@@ -1418,7 +1418,7 @@ _pygi_info_register_types (PyObject *m)
         return;   
  
     if (PyModule_AddObject(m, "BaseInfo", (PyObject *)&PyGIBaseInfo_Type))
-        return
+        return;
 
     _PyGI_REGISTER_TYPE (m, PyGIUnresolvedInfo_Type, UnresolvedInfo,
                          PyGIBaseInfo_Type);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]