Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Corrected internal documentation in source.
Browse files Browse the repository at this point in the history
The parameter silent is no longer optional.
  • Loading branch information
philippwiesemann committed Jul 24, 2013
1 parent a9678f5 commit f886347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/android/SDL_android.c
Expand Up @@ -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());
Expand Down

0 comments on commit f886347

Please sign in to comment.