From f886347893fb6c2ad47e63798f4710de18a5a1c3 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 24 Jul 2013 22:23:19 +0200 Subject: [PATCH] Corrected internal documentation in source. The parameter silent is no longer optional. --- src/core/android/SDL_android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/android/SDL_android.c b/src/core/android/SDL_android.c index 3dbafebd4..06713b099 100644 --- a/src/core/android/SDL_android.c +++ b/src/core/android/SDL_android.c @@ -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());