Corrected internal documentation in source.

The parameter silent is no longer optional.
This commit is contained in:
Philipp Wiesemann
2013-07-24 22:23:19 +02:00
parent addf454fb9
commit 1af8caa0a0

View File

@@ -530,7 +530,7 @@ void Android_JNI_CloseAudioDevice()
}
// Test for an exception and call SDL_SetError with its detail if one occurs
// If optional parameter silent is truthy then SDL_SetError() is not called.
// If the parameter silent is truthy then SDL_SetError() will not be called.
static bool Android_JNI_ExceptionOccurred(bool silent)
{
SDL_assert(LocalReferenceHolder_IsActive());