diff options
Diffstat (limited to 'src/string/disp/sdispa.c')
-rw-r--r-- | src/string/disp/sdispa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/disp/sdispa.c b/src/string/disp/sdispa.c index b2094a2d..3183a69f 100644 --- a/src/string/disp/sdispa.c +++ b/src/string/disp/sdispa.c @@ -12,7 +12,7 @@ #include "disp.h" -void sdipsa (float* in, int size){ +void sdispa (float* in, int size){ int i = 0; for (i = 0; i < size; ++i) { sdisps (in[i]); |