summaryrefslogtreecommitdiffstats
path: root/src/m_funptr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_funptr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_funptr.c b/src/m_funptr.c
index 0bf0d20..2ae09f6 100644
--- a/src/m_funptr.c
+++ b/src/m_funptr.c
@@ -19,8 +19,7 @@
#include "m_funptr.h"
#include "s_struct.h"
-void
- init_buptr(t_msh *msh)
+void init_buptr(t_msh *msh)
{
msh->bu_ptr[B_ID_ECHO] = b_echo;
msh->bu_ptr[B_ID_CD] = b_cd;