diff options
Diffstat (limited to 'test/CFrontend/2002-07-30-VarArgsCallFailure.c')
-rw-r--r-- | test/CFrontend/2002-07-30-VarArgsCallFailure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CFrontend/2002-07-30-VarArgsCallFailure.c b/test/CFrontend/2002-07-30-VarArgsCallFailure.c index 14c879c7a9..b37a462220 100644 --- a/test/CFrontend/2002-07-30-VarArgsCallFailure.c +++ b/test/CFrontend/2002-07-30-VarArgsCallFailure.c @@ -3,6 +3,6 @@ int tcount; void test(char *, const char*, int); void foo() { - char Buf[10]; - test(Buf, "n%%%d", tcount++); + char Buf[10]; + test(Buf, "n%%%d", tcount++); } |