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