API (Android): fix typo

This commit is contained in:
David Anderson 2013-08-07 09:11:45 -07:00
parent ee4d0b507c
commit 174c90218c
1 changed files with 1 additions and 1 deletions

View File

@ -1244,7 +1244,7 @@ static void worker_signal_handler(int) {
// Suspicion that per-thread signal masking doesn't work
// on old versions of Android
//
if (pthread_self() == timer_thread_id) {
if (pthread_self() == timer_thread_handle) {
fprintf(stderr,
"ERROR - signal handler called in timer thread\n"
);