aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index 1a26119..a991a73 100644
--- a/fbi.c
+++ b/fbi.c
@@ -141,7 +141,6 @@ int backup;
int preserve;
int read_ahead;
int editable;
-int once;
int blend_msecs;
int perfmon = 0;
@@ -1373,6 +1372,7 @@ static void cleanup_and_exit(int code)
int
main(int argc, char *argv[])
{
+ int once;
int i, arg, key;
char *info, *desc, *filelist;
char linebuffer[128];