From 2ae4ea4fe5820c5aefb9650ba1100698ab644637 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 19 Apr 2024 19:02:35 +0200 Subject: Tests are done. I think it's ready. --- 7ed.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '7ed.c') diff --git a/7ed.c b/7ed.c index d76fd3b..2a926b8 100644 --- a/7ed.c +++ b/7ed.c @@ -47,8 +47,7 @@ " 'D', 'D+', 'D+1' Are all valid but do the same thing. \n"\ " 'D10' Would remove line 10 entirely.\n"\ " 'D+10' Would remove the current line entirely as well as entirely remove the next 9 lines.\n"\ - " \n"\ - + #define PROGRAM_NAME "7ed" -- cgit v1.2.3