From 9d640def6e9072eb55ebd089a589e3f982dc8ae0 Mon Sep 17 00:00:00 2001 From: strk Date: Tue, 10 Mar 2009 11:35:03 +0000 Subject: [PATCH] Add missing newline in failing 'firewall stun' command git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@327 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/console/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone/console/commands.c b/linphone/console/commands.c index 64fb21cc7..78725152b 100644 --- a/linphone/console/commands.c +++ b/linphone/console/commands.c @@ -471,7 +471,7 @@ lpc_cmd_firewall(LinphoneCore *lc, char *args) setting = linphone_core_get_stun_server(lc); if ( ! setting ) { - linphonec_out("No stun server address is defined, use 'stun
' first"); + linphonec_out("No stun server address is defined, use 'stun
' first\n"); return 1; } linphone_core_set_firewall_policy(lc,LINPHONE_POLICY_USE_STUN);