]> Pileus Git - ~andy/gtk/commit
Avoid unreachable code
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 04:08:24 +0000 (23:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 Nov 2012 04:10:40 +0000 (23:10 -0500)
commit5b9c687595a464c010024a383e5c140b59fd6774
tree2084708007807a343f6c6eb5fa027b15bfbca57a
parentb3b83545c4a7ec0292d725aad0fdec56fcc2a761
Avoid unreachable code

Reestablish an else that went missing in commit 5ff328d2. Without
it, the return is reached unconditionally, and the code behind
it is dead.
gtk/a11y/gtkwidgetaccessible.c