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 | |
parent | nolik (diff) | |
download | 42-minishell-leaktarace.tar.gz 42-minishell-leaktarace.tar.bz2 42-minishell-leaktarace.tar.xz 42-minishell-leaktarace.tar.zst 42-minishell-leaktarace.zip |
normagainleaktarace
-rw-r--r-- | src/c_init.h | 2 | ||||
-rw-r--r-- | src/c_input.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/c_init.h b/src/c_init.h index a9e7605..ea58317 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -47,7 +47,7 @@ typedef struct s_caps unsigned int nlines; unsigned short psx; unsigned short plen; - short key; + short key; } t_caps; char *c_set_ptr(t_bool reset, char key, t_msh *msh); 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, |