summaryrefslogtreecommitdiff
path: root/src/string/disp/sdisps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/disp/sdisps.c')
-rw-r--r--src/string/disp/sdisps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/disp/sdisps.c b/src/string/disp/sdisps.c
index 88239447..876cb2c7 100644
--- a/src/string/disp/sdisps.c
+++ b/src/string/disp/sdisps.c
@@ -12,6 +12,6 @@
#include "disp.h"
-void sdips (float in) {
+void sdisps (float in) {
printf ("%f", in);
}