diff --git a/res/ael/pval.c b/res/ael/pval.c
index d2c37149ec3fe514e3f8db1d5a01bfe1c78210c5..4245d42dbf69b20c96e5a7099e579400deb047f4 100644
--- 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: