GNOME Bugzilla – Bug 722520
Non-void function should return a value
Last modified: 2014-01-19 07:56:11 UTC
Created attachment 266640 [details] [review] Simple patch to fix the error Some Non-void functions use g_return_if_fail, which should be replaced by g_return_val_if_fail. src/libbiji/biji-local-note.c: local_note_get_place src/libbiji/provider/biji-own-cloud-note.c: ocloud_note_get_place
Comment on attachment 266640 [details] [review] Simple patch to fix the error pushed as de41d9c257cc53bc287258d4bb71b142b0bffc8a
Thanks, I pushed because i don't know if you have git access.