From 693cbcb2f387aa6b0c782e46cb14c0769be26c43 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 26 Sep 2004 15:44:08 +0000 Subject: almost the final version --- examples/gfcc/compiler/abs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/gfcc/compiler/abs.c') diff --git a/examples/gfcc/compiler/abs.c b/examples/gfcc/compiler/abs.c index 90312a2de..947711c13 100644 --- a/examples/gfcc/compiler/abs.c +++ b/examples/gfcc/compiler/abs.c @@ -13,7 +13,7 @@ int abs (int x){ int main () { int i ; i = abs (16); - printf (int,i) ; + printf ("%d",i) ; return ; } ; -- cgit v1.2.3