This commit is contained in:
cozis
2022-04-04 00:44:06 +02:00
parent 1a0aaed2dd
commit 866648ed16
+1 -1
View File
@@ -96,7 +96,7 @@ static Object *bin_chr(Runtime *runtime, Object **argv, unsigned int argc, Error
if(!Object_IsInt(argv[0]))
{
Error_Report(error, 0, "Argument #%d is not a integer", 1);
Error_Report(error, 0, "Argument #%d is not an integer", 1);
return NULL;
}