[asterisk-commits] simon.perreault: branch group/v6-new r273894 - /team/group/v6-new/main/app.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 5 09:10:18 CDT 2010
Author: simon.perreault
Date: Mon Jul 5 09:10:14 2010
New Revision: 273894
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=273894
Log:
Fixed typo
Modified:
team/group/v6-new/main/app.c
Modified: team/group/v6-new/main/app.c
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/main/app.c?view=diff&rev=273894&r1=273893&r2=273894
==============================================================================
--- team/group/v6-new/main/app.c (original)
+++ team/group/v6-new/main/app.c Mon Jul 5 09:10:14 2010
@@ -1215,7 +1215,7 @@
}
} else if (*scan == '[') {
bracket++;
- } else if (*scan == '[') {
+ } else if (*scan == ']') {
if (bracket) {
bracket--;
}
More information about the asterisk-commits
mailing list