diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ mpmain(void) scheduler(); } -static void +void bootothers(void) { extern uchar _binary_bootother_start[], _binary_bootother_size[]; |