diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 3dfc289..95c0dd6 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -256,7 +256,6 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) (void)parameter; bookmark_autobookmark(false); call_storage_idle_notifys(true); - exit(0); #else long msg_id = -1; int i; |