diff options
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ void init_data_segments(void) /* * External reference to the main() function. */ -extern void main(void); +extern int main(void); /* Start function. Responsible for initializing the system and jumping to the * main function. */ |