treeview: Add an explicit return for clarity

Desktop / GNOME / GTK - Matthias Clasen [redhat.com] - 17 July 2015 17:41 UTC

I believe that first_column can only ever be NULL here if last_column is NULL too, in which case we'd exited already. But coverity doesn't see that, so add an explicit exit.

ee43462 treeview: Add an explicit return for clarity
gtk/gtktreeview.c | 3 +++
1 file changed, 3 insertions(+)

Upstream: git.gnome.org


  • Share