Skip to content

Commit

Permalink
Fix the eSpeak NG project name used in '--version'.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Sep 24, 2016
1 parent f235c7c commit a45b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/espeak-ng.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static void PrintVersion()
const char *path_data;
espeak_Initialize(AUDIO_OUTPUT_SYNCHRONOUS, 0, NULL, espeakINITIALIZE_DONT_EXIT);
version = espeak_Info(&path_data);
printf("eSpeak text-to-speech: %s Data at: %s\n", version, path_data);
printf("eSpeak NG text-to-speech: %s Data at: %s\n", version, path_data);
}

int main(int argc, char **argv)
Expand Down

0 comments on commit a45b58d

Please sign in to comment.