From 828cb3cdcdb0568d728f7d43484e9923a1be80f9 Mon Sep 17 00:00:00 2001 From: starnakin Date: Thu, 27 Jul 2023 00:40:27 +0200 Subject: [PATCH] remove useless \n --- src/commands/print.🗿 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);