diff options
Diffstat (limited to '')
-rw-r--r-- | src/s_com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_com.c b/src/s_com.c index 2797847..e4275fd 100644 --- a/src/s_com.c +++ b/src/s_com.c @@ -30,7 +30,7 @@ #include "s_lredir.h" #include "s_struct.h" -static char s_fill_com(char *words[], t_com **com) +static char s_fill_com(char *words[], t_com **com) { unsigned long i; unsigned long j; |