diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-01 01:34:02 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-01 01:34:02 +0100 |
commit | 9871e797d1154a278718f9eee80a19f530af1b97 (patch) | |
tree | a371b284d20fa385241a79c31cdd08eb3766e0e5 /FICS/utils.c | |
parent | 0db97390111b6d15173c81a09f06fd1685e1bb1c (diff) |
Lined up vars
Diffstat (limited to 'FICS/utils.c')
-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; |