GNOME Bugzilla – Bug 747185
Void function should not return a value in src/gs-category.c
Last modified: 2015-04-01 23:47:26 UTC
gs_category_set_size doesn't have a return value, so we should use g_return_if_fail instead of g_return_val_if_fail.
Created attachment 300754 [details] [review] trivial: Fix "void function should not return a value"
Thank you! Attachment 300754 [details] pushed as 19a92d5 - trivial: Fix "void function should not return a value"