summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/pci_sco.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/pci_sco.c')
-rw-r--r--vidix/sysdep/pci_sco.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/sysdep/pci_sco.c b/vidix/sysdep/pci_sco.c
index 83a21c1614..b8505e09f0 100644
--- a/vidix/sysdep/pci_sco.c
+++ b/vidix/sysdep/pci_sco.c
@@ -42,7 +42,7 @@ static __inline__ int enable_os_io(void)
#else
sysi86(SI86V86, V86SC_IOPL, PS_IOPL);
#endif
- return(0);
+ return 0;
}
static __inline__ int disable_os_io(void)
@@ -52,5 +52,5 @@ static __inline__ int disable_os_io(void)
#else
sysi86(SI86V86, V86SC_IOPL, 0);
#endif
- return(0);
+ return 0;
}