summaryrefslogtreecommitdiff
path: root/main/spprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/spprintf.c')
-rw-r--r--main/spprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spprintf.c b/main/spprintf.c
index e3c18abe4a..ef51cc5f41 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -123,7 +123,7 @@
* NDIG = 320
* NUM_BUF_SIZE >= strlen("-") + Emax + strlrn(".") + NDIG + strlen("E+1023") + 1;
*/
-#define NUM_BUF_SIZE 2048
+#define NUM_BUF_SIZE 2048
/*
* The INS_CHAR macro inserts a character in the buffer.