Sentences_ResetSample: Change return type.
This commit is contained in:
parent
25b7cbcf47
commit
bca72fafc8
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ Sentences_ProcessSample(string sample)
|
|||
return sprintf("%s/%s", g_sentences_samplepath, sample);
|
||||
}
|
||||
|
||||
string
|
||||
Sentences_ResetSample()
|
||||
void
|
||||
Sentences_ResetSample(void)
|
||||
{
|
||||
g_sentences_samplepath = "vox";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue