net: oops, missing semicolon somehow

This commit is contained in:
Andy Williams 2017-12-19 17:03:40 +00:00
parent 0cf89de464
commit 8a9207c986
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ efl_main(void *data EINA_UNUSED, const Efl_Event *ev)
efl_net_session_connect(session, require_online, technologies);
}
printf("The session will remain active while this application runs.\n")
printf("The session will remain active while this application runs.\n");
printf("Use ^C (Control + C) to close it\n");
// Wait for 10 seconds before exiting this example