[svn-commits] twilson: branch 1.8 r324049 - /branches/1.8/channels/chan_local.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 16 17:41:05 CDT 2011


Author: twilson
Date: Thu Jun 16 17:41:01 2011
New Revision: 324049

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=324049
Log:
Shame on me

Modified:
    branches/1.8/channels/chan_local.c

Modified: branches/1.8/channels/chan_local.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_local.c?view=diff&rev=324049&r1=324048&r2=324049
==============================================================================
--- branches/1.8/channels/chan_local.c (original)
+++ branches/1.8/channels/chan_local.c Thu Jun 16 17:41:01 2011
@@ -234,7 +234,7 @@
 
 	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 */




More information about the svn-commits mailing list