diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ mpmain(void) // proc[0] starts here, called by scheduler() in the ordinary way. void -process0() +process0(void) { struct proc *p0 = &proc[0]; struct proc *p1; |