We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16427e commit 9b8fad7Copy full SHA for 9b8fad7
recipes/android/src/android/_android_sound_jni.c
@@ -283,7 +283,7 @@ int android_sound_get_pos(int channel) {
283
aassert(mid);
284
}
285
286
- (*env)->CallStaticIntMethod(
+ return (*env)->CallStaticIntMethod(
287
env, cls, mid,
288
channel);
289
@@ -302,7 +302,7 @@ int android_sound_get_length(int channel) {
302
303
304
305
306
307
308
0 commit comments