diff options
Diffstat (limited to 'src/u_alias.c')
-rw-r--r-- | src/u_alias.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/u_alias.c b/src/u_alias.c index 09e376c..b505e2a 100644 --- a/src/u_alias.c +++ b/src/u_alias.c @@ -18,7 +18,10 @@ #include "s_lalias.h" #include "s_struct.h" -size_t u_get_alias_value(char str[], const char name[], size_t dstsize, t_msh *msh) +size_t u_get_alias_value(char str[], + const char name[], + size_t dstsize, + t_msh *msh) { t_lalias *ptr; |