From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/b_type.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/b_type.h') diff --git a/src/b_type.h b/src/b_type.h index e27d836..ae3b96f 100644 --- a/src/b_type.h +++ b/src/b_type.h @@ -13,10 +13,9 @@ #ifndef B_TYPE_H # define B_TYPE_H -# include # include "s_struct.h" -uint8_t b_type(char *args[], t_msh *msh); +unsigned char b_type(char *args[], t_msh *msh); #endif -- cgit v1.2.3