X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ac2fd62f85758155fd220e6ea47282cc11ae6c24..248c3a452003bc95088d9a1c4dec988696be2d7d:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index 8a794981..8ab6528b 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -72,12 +72,12 @@ DEFINE_SWITCH_ARRAY(FOLDER, switches); static bool fshort; /* output only folder names */ static int fcreat = 0; /* should we ask to create new folders? */ -static bool fpack; /* are we packing the folder? */ -static bool fverb; /* print actions taken while packing folder */ +static bool fpack; /* are we packing the folder? */ +static bool fverb; /* print actions taken while packing folder */ static int fheader = 0; /* should we output a header? */ -static bool frecurse; /* recurse through subfolders */ +static bool frecurse; /* recurse through subfolders */ static int ftotal = 0; /* should we output the totals? */ -static bool all; /* should we output all folders */ +static bool all; /* should we output all folders */ static int total_folders = 0; /* total number of folders */