diff options
Diffstat (limited to 'src/f_errno.h')
-rw-r--r-- | src/f_errno.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/f_errno.h b/src/f_errno.h index 75a6159..bf9e36b 100644 --- a/src/f_errno.h +++ b/src/f_errno.h @@ -15,7 +15,6 @@ #include "s_struct.h" -void f_dump_errno(const char concern[], - t_msh *msh); +void f_dump_errno(const char concern[], t_msh *msh); #endif |