]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Shame on me
authorTerry Wilson <twilson@digium.com>
Thu, 16 Jun 2011 22:41:01 +0000 (22:41 +0000)
committerTerry Wilson <twilson@digium.com>
Thu, 16 Jun 2011 22:41:01 +0000 (22:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@324049 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_local.c

index eb96c0c8a479a6f2a397717658ef4f5dd5dc0d28..582588bc6501da73dc4ae93f0b78d63e3ce86ddb 100644 (file)
@@ -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 */