Readd a return which was removed as dead code a while ago. icc may
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 19 Dec 2006 02:49:39 +0000 (02:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 19 Dec 2006 02:49:39 +0000 (02:49 +0000)
commit2d7fa2dd185dac8a8fe1c072b83ed6dae8a5da80
tree3f7bdeb2e0ba4f719ef16d9b126456561ff5e299
parentb8bcb2b8391b6c21457d83d485c754b01cb276bd
Readd a return which was removed as dead code a while ago. icc may

        * glib/gmain.c (child_watch_helper_thread): Readd a
        return which was removed as dead code a while ago.
        icc may consider it dead, but gcc doesn't like non-void
        functions without a return...  (#354707)
ChangeLog
glib/gmain.c