Missing parentheses

master
Marc Salem 2013-01-09 14:04:29 -08:00
parent d7b90b6f37
commit 3d24e29d90
2 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ static void alc_opensles_set_java_vm(JavaVM *vm)
{
if(NULL == outputBuffers)
{
int android_os_version = alc_opensles_get_android_api;
int android_os_version = alc_opensles_get_android_api();
// If running on 4.1 (Jellybean) or later, use 8 buffers to avoid breakup/stuttering.
if(android_os_version >= 16)
{

View File

@ -36,7 +36,7 @@
// Apportable: Defines a cap on the maximum number of playing sources
extern int alc_max_sources;
extern int alc_active_sources;
#define LOG_TAG "alSource.c"
#define LOG_TAG "OpenAL_alSource.c"
#define LOGV(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
#else
#define LOGV(...)