diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/utils.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index eb37807..f842a8b 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -1015,11 +1015,11 @@ t_mft(struct t_dirs *d) PUBLIC int search_directory(char *dir, char *filter, char **buffer, int buffersize) { - int cmp; - static char nullify = '\0'; - static struct t_dirs *ramdirs = NULL; - struct stat statbuf; - struct t_dirs **i; + int cmp; + static char nullify = '\0'; + static struct t_dirs *ramdirs = NULL; + struct stat statbuf; + struct t_dirs** i; t_buffer = buffer; t_buffersize = buffersize; |