changeset 19:2edb9c7e0f12

merged
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 07:12:38 +0900
parents d8872ceae3e3 (current diff) 97fda82e4b50 (diff)
children 9553f4518b62 5b83350011d6
files test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test.c	Fri Feb 19 07:02:04 2010 +0900
+++ b/test.c	Fri Feb 19 07:12:38 2010 +0900
@@ -3,6 +3,6 @@
 int main(int argc, char *argv[]) {
 	int a, b;
 	a = 10; b = 11;
-	printf("hello %d\n" a = 10, b = 11);
+	printf("hello %d\n", a = 10, b = 11);
 	return 0;
 }