diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-12-18 16:32:53 +0100 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-12-18 16:32:53 +0100 |
commit | dcbd321695af235625aa6919b17b0e4fed7ddc10 (patch) | |
tree | 1ce31b0c9a664edff09a546a363d0dc510578c61 /src/c_input.h | |
parent | nolik (diff) | |
download | 42-minishell-dcbd321695af235625aa6919b17b0e4fed7ddc10.tar.gz 42-minishell-dcbd321695af235625aa6919b17b0e4fed7ddc10.tar.bz2 42-minishell-dcbd321695af235625aa6919b17b0e4fed7ddc10.tar.xz 42-minishell-dcbd321695af235625aa6919b17b0e4fed7ddc10.tar.zst 42-minishell-dcbd321695af235625aa6919b17b0e4fed7ddc10.zip |
normagainleaktarace
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, |