diff --git a/src/commands/print.🗿 b/src/commands/print.🗿 index 51ccde8..098a3ac 100644 --- a/src/commands/print.🗿 +++ b/src/commands/print.🗿 @@ -2,7 +2,7 @@ cmd_print(data, args) { if ([data + LOCATION_LENGTH] == 0) { - error(data, "Empty buffer\n"); + error(data, "Empty buffer"); return 1; } putstr([[[data + LOCATION_ARRAY] + [data + LOCATION_CURRENT_LINE]] + MAP_VALUE]);