From b30e2e293c4b9f743a35ce53381b5e40a5d50c2f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 11 Jun 2024 22:23:07 -0700 Subject: [PATCH] Don't bother statically initializing WideFormat It's explicitly set in main() so there's no point. --- fvcbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvcbm.c b/fvcbm.c index 3e9ff3f..0b6f525 100644 --- a/fvcbm.c +++ b/fvcbm.c @@ -95,7 +95,7 @@ NULL /****************************************************************************** * Global Variables ******************************************************************************/ -int WideFormat = 1; /* zero when 1541-style listing is selected */ +int WideFormat; /* zero when 1541-style listing is selected */ /****************************************************************************** * Functions