mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
Some code smell fixes from sonarlint
This commit is contained in:
@@ -120,7 +120,8 @@ extern int disable_write;
|
||||
|
||||
extern int defaultwriteprot;
|
||||
|
||||
extern int writeprot[FDD_NUM], fwriteprot[FDD_NUM];
|
||||
extern int writeprot[FDD_NUM];
|
||||
extern int fwriteprot[FDD_NUM];
|
||||
extern int fdd_changed[FDD_NUM];
|
||||
extern int drive_empty[FDD_NUM];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user