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