]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
void functions shouldn't return values.
authorMichael Jerris <mike@jerris.com>
Tue, 23 Jan 2007 12:50:20 +0000 (12:50 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 23 Jan 2007 12:50:20 +0000 (12:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4030 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 626dba442b02b025cb0e514bb2cf046ed0b9a6dd..dd379f0b7b8db1fa6b828a91e07b58136b47e27f 100644 (file)
@@ -2898,8 +2898,6 @@ static void handle_fatality(int sig)
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Caught signal %d for unmapped thread!", sig);
                abort();
        }
-
-       return 0;
 }
 #endif