summaryrefslogtreecommitdiff
path: root/i386/i386/loose_ends.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/loose_ends.c')
-rw-r--r--i386/i386/loose_ends.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/i386/i386/loose_ends.c b/i386/i386/loose_ends.c
index bb2e5b69..64b53b71 100644
--- a/i386/i386/loose_ends.c
+++ b/i386/i386/loose_ends.c
@@ -41,8 +41,7 @@
int cpuspeed = 4;
#define DELAY(n) { volatile int N = cpuspeed * (n); while (--N > 0); }
void
-delay(n)
- int n;
+delay(int n)
{
DELAY(n);
}