remove useless \n
This commit is contained in:
parent
cb5ba64ac7
commit
828cb3cdcd
@ -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]);
|
||||||
|
Loading…
Reference in New Issue
Block a user