From: Jeff Peeler Date: Thu, 27 May 2010 20:08:49 +0000 (+0000) Subject: fix compile error X-Git-Tag: 11.0.0-beta1~2953 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a370bc1522fd93946e29d1e06f096866cb3009ca;p=thirdparty%2Fasterisk.git fix compile error git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266240 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c index 18ddfe7dfd..833202af61 100644 --- a/pbx/pbx_realtime.c +++ b/pbx/pbx_realtime.c @@ -136,6 +136,8 @@ static void *cleanup(void *unused) pthread_testcancel(); nanosleep(&one_second, NULL); } + + return NULL; }