diff options
| author | Christopher Uhlig | 2024-08-09 15:40:42 +0200 |
|---|---|---|
| committer | Christopher Uhlig | 2024-08-09 15:40:42 +0200 |
| commit | 645f4455d403e7f25386be25256718e9597161ca (patch) | |
| tree | 2804f1aa20618a249bc121adf8f253d31c01fc64 /src/tokenizer.c | |
| parent | 88030338953372eb0d223cf27fd5c96063ac7ee2 (diff) | |
| download | minishell-645f4455d403e7f25386be25256718e9597161ca.tar.gz minishell-645f4455d403e7f25386be25256718e9597161ca.zip | |
removed normitte errors in tokenizer
Diffstat (limited to 'src/tokenizer.c')
| -rw-r--r-- | src/tokenizer.c | 2 |
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 */ /* */ /* ************************************************************************** */ |
