projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a2dd1d
)
As per 10472, mvanbaak thought the generated code would look better this way.
author
Steve Murphy
<murf@digium.com>
Tue, 21 Aug 2007 20:55:44 +0000
(20:55 +0000)
committer
Steve Murphy
<murf@digium.com>
Tue, 21 Aug 2007 20:55:44 +0000
(20:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80217
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/ael/pval.c
patch
|
blob
|
history
diff --git
a/res/ael/pval.c
b/res/ael/pval.c
index
d2c3714
..
4245d42
100644
(file)
--- a/
res/ael/pval.c
+++ b/
res/ael/pval.c
@@
-345,8
+345,9
@@
static void print_pval(FILE *fin, pval *item, int depth)
if ( item->u3.hints )
fprintf(fin,"hints(%s) ", item->u3.hints);
- fprintf(fin,"%s => \n", item->u1.str);
+ fprintf(fin,"%s => ", item->u1.str);
print_pval_list(fin,item->u2.statements,depth+1);
+ fprintf(fin,"\n");
break;
case PV_IGNOREPAT: