minor clarification

This commit is contained in:
derselbst 2017-10-28 13:50:13 +02:00
parent 8f83592b6e
commit 0ef6da7740

View file

@ -361,6 +361,7 @@ fluid_shell_run(void* data)
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;
}