diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-04-11 12:08:33 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-04-11 12:08:33 -0400 |
commit | 028f3487cfaa136815dd8d1896310c763402e969 (patch) | |
tree | a1116a26951e042404df1e97b37015dcaccf86c9 /src/config.h | |
parent | 7c79029e43af2e98449d437d4d325bf56b10abd8 (diff) | |
download | seabios-028f3487cfaa136815dd8d1896310c763402e969.tar.gz |
Minor - replace some tab characters that slipped into the code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 2fee0c77..d7056154 100644 --- a/src/config.h +++ b/src/config.h @@ -54,7 +54,7 @@ #define BUILD_APIC_ADDR 0xfee00000 // PCI IRQS -#define BUILD_PCI_IRQS ((1<<5) | (1<<9) | (1<<10) | (1<<11)) +#define BUILD_PCI_IRQS ((1<<5) | (1<<9) | (1<<10) | (1<<11)) // Important real-mode segments #define SEG_IVT 0x0000 |