diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-18 16:38:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-18 16:38:46 +0100 |
commit | 798899df9da337ff47a8fb69403009c316f01e7d (patch) | |
tree | cad13885ea0f70f0a39b9d200b778ca14776b8f6 /src/c_input.h | |
parent | Commit (diff) | |
parent | normagain (diff) | |
download | 42-minishell-798899df9da337ff47a8fb69403009c316f01e7d.tar.gz 42-minishell-798899df9da337ff47a8fb69403009c316f01e7d.tar.bz2 42-minishell-798899df9da337ff47a8fb69403009c316f01e7d.tar.xz 42-minishell-798899df9da337ff47a8fb69403009c316f01e7d.tar.zst 42-minishell-798899df9da337ff47a8fb69403009c316f01e7d.zip |
Merge branch 'leaktarace' of jozanleclerc.xyz:42-minishell into leaktarace
Diffstat (limited to 'src/c_input.h')
-rw-r--r-- | src/c_input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_input.h b/src/c_input.h index cd582eb..2d33281 100644 --- a/src/c_input.h +++ b/src/c_input.h @@ -13,8 +13,8 @@ #ifndef C_INPUT_H # define C_INPUT_H -#include "c_init.h" -#include "s_struct.h" +# include "c_init.h" +# include "s_struct.h" short c_back_slash(char **line, unsigned int plen, t_caps *tcaps); unsigned int c_get_line_num(char *line, unsigned int cpos, unsigned int plen, |