diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-02-07 09:01:18 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-02-07 09:01:18 +0000 |
commit | 5c02c033489904101ffa54314802b6f61b914e58 (patch) | |
tree | 70ea098ef496394d29aae8e5282c6674cd557c23 /hw/pc.c | |
parent | 8e39a033fb5a8ac9a0a28bdf42182b96267f305d (diff) | |
download | hqemu-5c02c033489904101ffa54314802b6f61b914e58.zip hqemu-5c02c033489904101ffa54314802b6f61b914e58.tar.gz |
fdc: don't use reserved _t suffix
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r-- | hw/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ #define MAX_IDE_BUS 2 -static fdctrl_t *floppy_controller; +static FDCtrl *floppy_controller; static RTCState *rtc_state; static PITState *pit; static PCII440FXState *i440fx_state; |