remove a \n

This commit is contained in:
starnakin 2023-07-27 00:02:56 +02:00
parent b87d400471
commit cb5ba64ac7

View File

@ -2,7 +2,7 @@ cmd_numbered(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;
} }
putnum([data + LOCATION_CURRENT_LINE] + 1); putnum([data + LOCATION_CURRENT_LINE] + 1);