remove useless \n

This commit is contained in:
starnakin 2023-07-27 00:40:27 +02:00
parent cb5ba64ac7
commit 828cb3cdcd

View File

@ -2,7 +2,7 @@ cmd_print(data, args)
{ {
if ([data + LOCATION_LENGTH] == 0) if ([data + LOCATION_LENGTH] == 0)
{ {
error(data, "Empty buffer\n"); error(data, "Empty buffer");
return 1; return 1;
} }
putstr([[[data + LOCATION_ARRAY] + [data + LOCATION_CURRENT_LINE]] + MAP_VALUE]); putstr([[[data + LOCATION_ARRAY] + [data + LOCATION_CURRENT_LINE]] + MAP_VALUE]);