Update base

This commit is contained in:
Gregory Lirent 2022-06-02 21:39:19 +03:00
parent da679e8cba
commit 58d968c758
1 changed files with 1 additions and 1 deletions

View File

@ -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();