diff options
Diffstat (limited to 'libyelp/yelp-mallard-document.c')
-rw-r--r-- | libyelp/yelp-mallard-document.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libyelp/yelp-mallard-document.c b/libyelp/yelp-mallard-document.c index 49871062..710fbc62 100644 --- a/libyelp/yelp-mallard-document.c +++ b/libyelp/yelp-mallard-document.c @@ -308,7 +308,10 @@ mallard_request_page (YelpDocument *document, YELP_DOCUMENT_SIGNAL_ERROR, error); g_error_free (error); - break; + break; + default: + g_assert_not_reached (); + break; } g_mutex_unlock (&priv->mutex); |