Skip to content

Commit

Permalink
Don't bother statically initializing WideFormat
Browse files Browse the repository at this point in the history
It's explicitly set in main() so there's no point.
  • Loading branch information
dfandrich committed Jun 12, 2024
1 parent a4b2bc1 commit b30e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvcbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b30e2e2

Please sign in to comment.