[svn-commits] trunk r23929 - /trunk/apps/app_speech_utils.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 1 07:57:49 MST 2006


Author: russell
Date: Mon May  1 09:57:48 2006
New Revision: 23929

URL: http://svn.digium.com/view/asterisk?rev=23929&view=rev
Log:
remove \n from the end of a couple of synopsis fields

Modified:
    trunk/apps/app_speech_utils.c

Modified: trunk/apps/app_speech_utils.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_speech_utils.c?rev=23929&r1=23928&r2=23929&view=diff
==============================================================================
--- trunk/apps/app_speech_utils.c (original)
+++ trunk/apps/app_speech_utils.c Mon May  1 09:57:48 2006
@@ -168,7 +168,7 @@
 
 static struct ast_custom_function speech_score_function = {
         .name = "SPEECH_SCORE",
-        .synopsis = "Gets the confidence score of a result.\n",
+        .synopsis = "Gets the confidence score of a result.",
         .syntax = "SPEECH_SCORE(result number)",
         .desc =
         "Gets the confidence score of a result.\n",
@@ -194,7 +194,7 @@
 
 static struct ast_custom_function speech_text_function = {
         .name = "SPEECH_TEXT",
-        .synopsis = "Gets the recognized text of a result.\n",
+        .synopsis = "Gets the recognized text of a result.",
         .syntax = "SPEECH_TEXT(result number)",
         .desc =
         "Gets the recognized text of a result.\n",



More information about the svn-commits mailing list