diff options
Diffstat (limited to 'src/b_exit.h')
-rw-r--r-- | src/b_exit.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/b_exit.h b/src/b_exit.h index d437e6a..1c6ec05 100644 --- a/src/b_exit.h +++ b/src/b_exit.h @@ -17,8 +17,6 @@ #include "s_struct.h" -uint8_t - b_exit(char *args[], - t_msh *msh); +uint8_t b_exit(char *args[], t_msh *msh); #endif |