From be0b0eeb5727054748ab8e0607839215f8327554 Mon Sep 17 00:00:00 2001 From: Jakub Adamski Date: Thu, 10 Jan 2019 19:55:21 +0100 Subject: [PATCH] poprawka --- Microshell/microshell.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Microshell/microshell.c b/Microshell/microshell.c index 0e653b5..a168418 100644 --- a/Microshell/microshell.c +++ b/Microshell/microshell.c @@ -6,7 +6,6 @@ #include const int max = 1000; -//heh int cut(char **argv, char *command){ int i = 0, w = 0, x = 0;