removed CERROR

This commit is contained in:
2023-08-30 20:14:03 -05:00
committed by cpunch
parent de8cd481c3
commit fe136f84b5
4 changed files with 3 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ CState *cosmoV_newState()
CState *state = malloc(sizeof(CState));
if (state == NULL) {
CERROR("failed to allocate memory!");
printf("[ERROR] failed to allocate memory!");
exit(1);
}