example_fix

Gbp-Pq: Name example_fix
This commit is contained in:
Debian Accessibility Team 2022-06-27 15:30:41 +08:00 committed by Lu zhiping
parent 00af4469f0
commit f1a8098590
1 changed files with 2 additions and 2 deletions

View File

@ -816,9 +816,9 @@ distribution, the example diphone voice is @code{cmu_us_kal}.
Here is a simple C program that uses the flite library
@example
#include "flite.h"
#include <flite/flite.h>
register_cmu_us_kal();
cst_voice *register_cmu_us_kal(const char *voxdir)
int main(int argc, char **argv)
@{