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