summaryrefslogtreecommitdiffstats
path: root/src/m_argv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_argv.h')
-rw-r--r--src/m_argv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/m_argv.h b/src/m_argv.h
index cdda5d5..8d12d05 100644
--- a/src/m_argv.h
+++ b/src/m_argv.h
@@ -17,8 +17,6 @@
#include "s_struct.h"
-uint8_t m_argv(int argc,
- char *const argv[],
- t_msh *msh);
+uint8_t m_argv(int argc, char *const argv[], t_msh *msh);
#endif