[asterisk-commits] anthonyl: branch anthonyl/config-extconfigspace
r50031 - /team/anthonyl/confi...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Jan 8 11:13:23 MST 2007
Author: anthonyl
Date: Mon Jan 8 12:13:22 2007
New Revision: 50031
URL: http://svn.digium.com/view/asterisk?view=rev&rev=50031
Log:
getting rid of needless whitespace
Modified:
team/anthonyl/config-extconfigspace/main/config.c
Modified: team/anthonyl/config-extconfigspace/main/config.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/config-extconfigspace/main/config.c?view=diff&rev=50031&r1=50030&r2=50031
==============================================================================
--- team/anthonyl/config-extconfigspace/main/config.c (original)
+++ team/anthonyl/config-extconfigspace/main/config.c Mon Jan 8 12:13:22 2007
@@ -1119,7 +1119,7 @@
stringp = v->value;
driver = strsep(&stringp, ",");
- if ( (tmpstr = strstr(stringp, "\"")))
+ if ((tmpstr = strstr(stringp, "\"")))
stringp = tmpstr;
/* check if the database text starts with a double quote */
More information about the asterisk-commits
mailing list