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_init.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_init.h')
-rw-r--r-- | src/c_init.h | 2 |
1 files changed, 1 insertions, 1 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); |