From: <jpg...@us...> - 2007-10-10 18:42:40
|
Revision: 1191 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1191&view=rev Author: jpgrayson Date: 2007-10-10 11:42:43 -0700 (Wed, 10 Oct 2007) Log Message: ----------- Fix gratuitious whitespace issue. Modified Paths: -------------- trunk/lib/iaxclient_lib.c Modified: trunk/lib/iaxclient_lib.c =================================================================== --- trunk/lib/iaxclient_lib.c 2007-10-10 18:42:17 UTC (rev 1190) +++ trunk/lib/iaxclient_lib.c 2007-10-10 18:42:43 UTC (rev 1191) @@ -1702,9 +1702,9 @@ if ( !video_format ) { iaxci_usermsg(IAXC_NOTICE, - "Notice: could not negotiate common video codec"); + "Notice: could not negotiate common video codec"); iaxci_usermsg(IAXC_NOTICE, - "Notice: switching to audio-only call"); + "Notice: switching to audio-only call"); } } #endif /* USE_VIDEO */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |