small changes

This commit is contained in:
2022-05-31 19:15:28 +03:00
parent e9b740183d
commit b48405eae2
9 changed files with 30 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
#include "errors.h"
#include "cptr.h"
char* errname(err_t err){
char* errname(ErrorId err){
switch(err){
case SUCCESS: return "SUCCESS";
case ERR_MAXLENGTH: return "ERR_MAXLENGTH";