Mercurial > hg > CbC > old > device
diff test/tstdarg.c @ 800:c3957d127e17
minor fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 24 Nov 2010 10:50:18 +0900 |
parents | 80a59598df5f |
children | 476b53b61630 |
line wrap: on
line diff
--- a/test/tstdarg.c Tue Nov 23 23:05:08 2010 +0900 +++ b/test/tstdarg.c Wed Nov 24 10:50:18 2010 +0900 @@ -18,7 +18,7 @@ while((t= *numtypes++)) { if (t=='i') { i = va_arg(ap,int); - printf("#0021:int arg: %d\n",i); + printf("#0020:int arg: %d\n",i); #if 0 /* ‘float’ is promoted to ‘double’ when passed through ‘...’ */ } else if (t=='f') {