From b15ab562d74b5111ac7c9bd6e0ec185435902472 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 31 Mar 2020 21:41:33 +0200 Subject: Removing ms_ prefix, Removing junk --- src/builtin/export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/builtin/export.c') diff --git a/src/builtin/export.c b/src/builtin/export.c index 77d46c1..c0839b9 100644 --- a/src/builtin/export.c +++ b/src/builtin/export.c @@ -5,7 +5,7 @@ #include "minishell.h" -/* int ms_export(t_env env, char **argv) */ +/* int export(t_env env, char **argv) */ /* { */ /* return (0); */ /* } */ -- cgit