summaryrefslogtreecommitdiff
path: root/tools/sapi_voice.vbs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sapi_voice.vbs')
-rw-r--r--tools/sapi_voice.vbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sapi_voice.vbs b/tools/sapi_voice.vbs
index 6f20109c24..a8b98ac924 100644
--- a/tools/sapi_voice.vbs
+++ b/tools/sapi_voice.vbs
@@ -139,7 +139,7 @@ Else ' SAPI5
139 For Each nLangID in LangIDs(sLanguage) 139 For Each nLangID in LangIDs(sLanguage)
140 sSelectString = "Language=" & Hex(nLangID) 140 sSelectString = "Language=" & Hex(nLangID)
141 For Each oVoice in oSpVoice.GetVoices(sSelectString) 141 For Each oVoice in oSpVoice.GetVoices(sSelectString)
142 WScript.StdErr.Write oVoice.GetAttribute("Name") & "," 142 WScript.StdErr.Write oVoice.GetAttribute("Name") & ";"
143 Next 143 Next
144 Next 144 Next
145 WScript.StdErr.WriteLine 145 WScript.StdErr.WriteLine