Fix a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2270
This commit is contained in:
parent
dd14afd41e
commit
f9e7488309
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ struct PF_Entry {
|
|||
};
|
||||
|
||||
#define PF_QUEUESIZE 16
|
||||
struct {
|
||||
static struct {
|
||||
Bitu used;
|
||||
PF_Entry entries[PF_QUEUESIZE];
|
||||
} pf_queue;
|
||||
|
|
Loading…
Add table
Reference in a new issue