aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher Uhlig2024-08-09 15:40:42 +0200
committerChristopher Uhlig2024-08-09 15:40:42 +0200
commit645f4455d403e7f25386be25256718e9597161ca (patch)
tree2804f1aa20618a249bc121adf8f253d31c01fc64 /src
parent88030338953372eb0d223cf27fd5c96063ac7ee2 (diff)
downloadminishell-645f4455d403e7f25386be25256718e9597161ca.tar.gz
minishell-645f4455d403e7f25386be25256718e9597161ca.zip
removed normitte errors in tokenizer
Diffstat (limited to 'src')
-rw-r--r--src/tokenizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer.c b/src/tokenizer.c
index 267068a..34685ac 100644
--- a/src/tokenizer.c
+++ b/src/tokenizer.c
@@ -6,7 +6,7 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/28 20:55:50 by chuhlig #+# #+# */
-/* Updated: 2024/08/09 15:27:31 by chuhlig ### ########.fr */
+/* Updated: 2024/08/09 15:40:00 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */