From 04150a407f65b63ea5117bc8b7297a5fbefc7487 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 15 May 2023 10:57:33 -0400 Subject: refactor cmd names --- command/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/rm.c') diff --git a/command/rm.c b/command/rm.c index 9834a40..6cee3fc 100644 --- a/command/rm.c +++ b/command/rm.c @@ -110,7 +110,7 @@ static void rm_file(char* path) { pop_path_buffer(save); } -COMMAND(rm) { +COMMAND(rm_main) { int start, i; -- cgit v1.2.3-freya