Skip to content

Commit

Permalink
Fix small bug introduced moving over to time-based settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Sep 5, 2016
1 parent 06216a0 commit 4b5dba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audio_ao.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static void help(void) {
static int init(int argc, char **argv) {
const char *str;
int value;
double dvalue;
ao_initialize();
int driver = ao_default_driver_id();
ao_option *ao_opts = NULL;
Expand Down

0 comments on commit 4b5dba7

Please sign in to comment.