Skip to content

Commit

Permalink
fixed missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz authored and mag- committed Apr 15, 2011
1 parent 11e3eb1 commit 8e8841c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hairtunes.c
Expand Up @@ -702,6 +702,8 @@ void *audio_thread_func(void *arg) {
}
#endif
}

return 0;
}

#define NUM_CHANNELS 2
Expand Down

0 comments on commit 8e8841c

Please sign in to comment.