diff options
Diffstat (limited to 'src/string/disp/sdisps.c')
-rw-r--r-- | src/string/disp/sdisps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/disp/sdisps.c b/src/string/disp/sdisps.c index e8d50c71..648cfe82 100644 --- a/src/string/disp/sdisps.c +++ b/src/string/disp/sdisps.c @@ -13,6 +13,6 @@ #include "disp.h" double sdisps (float in) { - printf(" %s ",in);
+ printf(" %f ",in);
return 0; } |