1
0
Fork 0

Fix a warning

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2270
This commit is contained in:
Peter Veenstra 2005-08-10 20:33:46 +00:00
parent dd14afd41e
commit f9e7488309

View file

@ -79,7 +79,7 @@ struct PF_Entry {
};
#define PF_QUEUESIZE 16
struct {
static struct {
Bitu used;
PF_Entry entries[PF_QUEUESIZE];
} pf_queue;