summaryrefslogtreecommitdiffstatshomepage
path: root/py/pfenv_printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/pfenv_printf.c')
-rw-r--r--py/pfenv_printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/pfenv_printf.c b/py/pfenv_printf.c
index c0e826a5d2..9e65fea9d3 100644
--- a/py/pfenv_printf.c
+++ b/py/pfenv_printf.c
@@ -40,7 +40,7 @@
#include "formatfloat.h"
#endif
-int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
+STATIC int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args) {
int chrs = 0;
for (;;) {
{