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