diff options
author | malc <av1474@comtv.ru> | 2009-08-28 14:33:10 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-08-28 14:34:27 +0400 |
commit | 6613c20899fac725f70a1cc135414a613e04ef9f (patch) | |
tree | 939c0412e37b5698face1d8013b84a26bc17050e /hw/sb16.c | |
parent | 76f2dd7d482aeebbc70b2afbb618e087d6234b28 (diff) | |
download | qemu-6613c20899fac725f70a1cc135414a613e04ef9f.tar.gz qemu-6613c20899fac725f70a1cc135414a613e04ef9f.tar.bz2 qemu-6613c20899fac725f70a1cc135414a613e04ef9f.zip |
Fix formatting
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/sb16.c')
-rw-r--r-- | hw/sb16.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1408,7 +1408,7 @@ int SB16_init (qemu_irq *pic) s = qemu_mallocz (sizeof (*s)); s->cmd = -1; - s->pic = isa_reserve_irq(conf.irq); + s->pic = isa_reserve_irq (conf.irq); s->dma = conf.dma; s->hdma = conf.hdma; s->port = conf.port; |