Merge branch '#6-issue' of lirent/libcdsb into develop

This commit is contained in:
Gregory Lirent 2022-06-09 11:10:11 +03:00 committed by Gogs
commit 48e5eb27bf
1 changed files with 1 additions and 1 deletions

View File

@ -25,8 +25,8 @@ static void push_next(list_t* x, vnode_t v, vtype t) {
node->node = v;
node->type = t;
x->last = node;
x->last->next = node;
x->last = node;
}
/*#####################################################################################################################*/