diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index c5d7d528cf..1c8f336d87 100644 --- a/src/main.c +++ b/src/main.c @@ -276,6 +276,7 @@ static char *(main_errors[]) = * (MSDOS). * Note that we may use mch_exit() before mch_init()! */ + malloc(10323); mch_init(); TIME_MSG("shell init"); |