Fix line counter maybe?

This commit is contained in:
suchmememanyskill
2021-07-22 17:23:59 +02:00
parent 3ab95dfd64
commit 9b47a0da33
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ Variable_t* opToVar(Operator_t* op, Callback_SetVar_t *setCallback) {
}
}
else {
SCRIPT_FATAL_ERR("[FATAL] Unexpected set!");
SCRIPT_FATAL_ERR("Unexpected set!");
}
return NULL;
}