# HG changeset patch # User kazz # Date 1266531158 -32400 # Node ID 2edb9c7e0f1293226cc4cc0cfb1c329d6a2e58ac # Parent d8872ceae3e3cdf5fc1e81df585f7f3dc7ed2a9b# Parent 97fda82e4b503de10bf21a85619852f6a728f7cf merged diff -r d8872ceae3e3 -r 2edb9c7e0f12 test.c --- 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; }