diff --git a/src/main.c b/src/main.c index 4b705d7cc1f7727ad87ae68831b99bb8fe847e9d..86427805c7e3a53be196dbe2c70c70d154971633 100644 --- a/src/main.c +++ b/src/main.c @@ -257,7 +257,7 @@ int main (int argc, char *argv[]) loop = g_main_loop_new (NULL, FALSE); g_unix_signal_add (SIGINT, sigint_handler, loop); - g_print ("Input SRT URI is %s.\n" + g_print ("Input SRT URI is %s\n" "\nOutput streams:\n" "\tHLS & WebRTC web player: http://localhost:8080\n" "\tRIST: %s\n"