diff options
Diffstat (limited to 'src/drivers/xgi/common/vstruct.h')
-rw-r--r-- | src/drivers/xgi/common/vstruct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/vstruct.h b/src/drivers/xgi/common/vstruct.h index 8172b9fe98..d14a18292a 100644 --- a/src/drivers/xgi/common/vstruct.h +++ b/src/drivers/xgi/common/vstruct.h @@ -50,7 +50,7 @@ #define _VSTRUCT_H_ struct SiS_PanelDelayTbl { - unsigned char timer[2]; + unsigned char timer[2]; }; struct SiS_LCDData { @@ -166,7 +166,7 @@ struct SiS_Ext2 { }; struct SiS_Part2PortTbl { - unsigned char CR[12]; + unsigned char CR[12]; }; struct SiS_CRT1Table { |