[svn-commits] murf: trunk r80217 - /trunk/res/ael/pval.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 21 15:55:45 CDT 2007


Author: murf
Date: Tue Aug 21 15:55:44 2007
New Revision: 80217

URL: http://svn.digium.com/view/asterisk?view=rev&rev=80217
Log:
As per 10472, mvanbaak thought the generated code would look better this way.

Modified:
    trunk/res/ael/pval.c

Modified: trunk/res/ael/pval.c
URL: http://svn.digium.com/view/asterisk/trunk/res/ael/pval.c?view=diff&rev=80217&r1=80216&r2=80217
==============================================================================
--- trunk/res/ael/pval.c (original)
+++ trunk/res/ael/pval.c Tue Aug 21 15:55:44 2007
@@ -345,8 +345,9 @@
 		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:




More information about the svn-commits mailing list