From: Terry Wilson Date: Thu, 16 Jun 2011 22:41:01 +0000 (+0000) Subject: Shame on me X-Git-Tag: 1.8.5-rc1~11^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f41f057e3164723eb900ff9037e297d3875072;p=thirdparty%2Fasterisk.git Shame on me git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324049 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_local.c b/channels/chan_local.c index eb96c0c8a4..582588bc65 100644 --- a/channels/chan_local.c +++ b/channels/chan_local.c @@ -234,7 +234,7 @@ static int local_setoption(struct ast_channel *ast, int option, void * data, int if (write_info->version != AST_CHAN_WRITE_INFO_T_VERSION) { ast_log(LOG_ERROR, "The chan_write_info_t type has changed, and this channel hasn't been updated!\n"); - return -1 + return -1; } /* get the tech pvt */