From 58d968c758f1367ab814637c4d817065d7c87378 Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Thu, 2 Jun 2022 21:39:19 +0300 Subject: [PATCH] Update base --- src/vnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vnode.c b/src/vnode.c index f198c93..c538fad 100644 --- a/src/vnode.c +++ b/src/vnode.c @@ -106,7 +106,7 @@ static vnode_t create_number(vtype xt, const void* v, vtype t) { /*#####################################################################################################################*/ -vnode_t hhttpc_vnode_create(const void* v, vtype t) { +vnode_t libcdsb_vnode_create(const void* v, vtype t) { var_t _ = { .ptr = 0 }; switch (t) { default: abort();