mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
Merge pull request #359 from FluidSynth/carlo-bramini-patch-1
No need to use printf, puts is enough
This commit is contained in:
commit
9196636177
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue