mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-04 10:01:16 +00:00
minor clarification
This commit is contained in:
parent
8f83592b6e
commit
0ef6da7740
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ fluid_shell_run(void* data)
|
||||||
|
|
||||||
if (prompt) FLUID_FREE (prompt); /* -- free prompt */
|
if (prompt) FLUID_FREE (prompt); /* -- free prompt */
|
||||||
|
|
||||||
|
/* return FLUID_THREAD_RETURN_VALUE on success, something else on failure */
|
||||||
return errors ? (fluid_thread_return_t)(-1) : FLUID_THREAD_RETURN_VALUE;
|
return errors ? (fluid_thread_return_t)(-1) : FLUID_THREAD_RETURN_VALUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue