Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
HtheB committed Dec 27, 2016
1 parent 23e8fd7 commit b6c15ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -391,7 +391,7 @@ int main(void) {
if (fd < 0) {
printf("It seems that the mail database does not exist (open ux0:email/message/mail.db err=0x%x)\n", fd);
printf("You should open the Email app from LiveArea and then close it without adding an account.\n", fd);
printf("If you still see this error message, be sure that you've enabled the "Unsafe Homebrew" option inside molecularShell.\n", fd);
printf("If you still see this error message, be sure that you've enabled the 'Unsafe Homebrew' option inside molecularShell.\n", fd);
printf("(Open molecularShell > press Start > enable Unsafe Homebrew.)\n");
press_exit();
}
Expand Down

0 comments on commit b6c15ff

Please sign in to comment.