summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uscript/val.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uscript/val.c b/uscript/val.c
index f204e20..357facc 100644
--- a/uscript/val.c
+++ b/uscript/val.c
@@ -7,7 +7,7 @@
#include "vm.h"
#define STR_NUM_FMT "%g"
-#define STR_FUNC_FMT "<func %s: %p>"
+#define STR_FUNC_FMT "<func '%s': %p>"
#define STR_ARR_FMT "<arr: %p>"
static