No need to use printf, puts is enough

This commit is contained in:
carlo-bramini 2018-04-01 14:31:50 +02:00 committed by GitHub
parent 124a5b71bc
commit 8c36d46aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ print_welcome()
void print_configure()
{
printf("FluidSynth executable version %s\n", FLUIDSYNTH_VERSION);
puts("FluidSynth executable version " FLUIDSYNTH_VERSION);
puts("Sample type="
#ifdef WITH_FLOAT
"float"