Revert "fixed stop_speech issue"

This reverts commit 1c440e5a42.
This commit is contained in:
William Hubbs 2009-06-20 19:14:42 -05:00
commit 0ad70b4eaa

View file

@ -114,12 +114,8 @@ espeak_ERROR set_volume(struct synth_t * s, int vol, enum adjust_t adj)
espeak_ERROR stop_speech(void)
{
espeak_ERROR rc;
rc = espeak_Cancel();
if (rc == EE_OK)
stopped = 1;
return rc;
stopped = 1;
return (espeak_Cancel());
}
espeak_ERROR speak_text(struct synth_t * s)