[PATCH 09/14] Missing return values.



---
 libyelp/yelp-man-document.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/libyelp/yelp-man-document.c b/libyelp/yelp-man-document.c
index 4fac05a..f401044 100644
--- a/libyelp/yelp-man-document.c
+++ b/libyelp/yelp-man-document.c
@@ -244,7 +244,7 @@ man_request_page (YelpDocument         *document,
                                                                             callback,
                                                                             user_data);
     if (handled) {
-        return;
+        return TRUE;
     }
 
     g_mutex_lock (priv->mutex);
@@ -277,6 +277,8 @@ man_request_page (YelpDocument         *document,
     }
 
     g_mutex_unlock (priv->mutex);
+
+    return FALSE;
 }
 
 
-- 
1.7.2.3




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