mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
fixed an extremely irritating bug in an enum
svn path=/trunk/; revision=9722
This commit is contained in:
parent
88f213ea72
commit
bb2c3e3a72
1 changed files with 2 additions and 1 deletions
|
@ -30,12 +30,13 @@ typedef enum _CONFIGURATION_TYPE
|
|||
WorkController,
|
||||
SerialController,
|
||||
NetworkController,
|
||||
DsplayController,
|
||||
DisplayController,
|
||||
ParallelController,
|
||||
PointerController,
|
||||
KeyboardController,
|
||||
AudioController,
|
||||
OtherController,
|
||||
DiskPeripheral,
|
||||
FloppyDiskPeripheral,
|
||||
TapePeripheral,
|
||||
ModemPeripheral,
|
||||
|
|
Loading…
Reference in a new issue