Merge pull request #359 from FluidSynth/carlo-bramini-patch-1

No need to use printf, puts is enough
This commit is contained in:
Tom M 2018-04-01 21:16:36 +02:00 committed by GitHub
commit 9196636177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"