[asterisk-commits] russell: branch russell/jack r98627 - /team/russell/jack/apps/app_jack.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Jan 13 13:15:20 CST 2008


Author: russell
Date: Sun Jan 13 13:15:19 2008
New Revision: 98627

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98627
Log:
use proper capitalization of JACK

Modified:
    team/russell/jack/apps/app_jack.c

Modified: team/russell/jack/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/team/russell/jack/apps/app_jack.c?view=diff&rev=98627&r1=98626&r2=98627
==============================================================================
--- team/russell/jack/apps/app_jack.c (original)
+++ team/russell/jack/apps/app_jack.c Sun Jan 13 13:15:19 2008
@@ -65,11 +65,11 @@
 "    o(<name>) - Connect the input port that gets created to the specified\n" \
 "                jack output port.\n"
 
-static char *jack_app = "Jack";
+static char *jack_app = "JACK";
 static char *jack_synopsis = 
 "JACK (Jack Audio Connection Kit) Application";
 static char *jack_desc = 
-"Jack([options])\n"
+"JACK([options])\n"
 "  When this application is executed, two jack ports will be created; one input\n"
 "and one output.  Other applications can be hooked up to these ports to access\n"
 "the audio coming from, or being sent to the channel.\n"




More information about the asterisk-commits mailing list