Sentences_ResetSample: Change return type.

This commit is contained in:
Marco Cawthorne 2020-06-27 14:20:58 +02:00
parent 25b7cbcf47
commit bca72fafc8

View file

@ -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";
}