summaryrefslogtreecommitdiff
path: root/val.h
diff options
context:
space:
mode:
Diffstat (limited to 'val.h')
-rw-r--r--val.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/val.h b/val.h
index 1ab716b..6e4cc18 100644
--- a/val.h
+++ b/val.h
@@ -24,7 +24,7 @@ typedef struct _val {
} Val;
void print_val(Val v);
void println_val(Val v);
-const char *valty_str(Val v);
+const char *typename_str(Val v);
typedef enum {