Skip to content

Commit

Permalink
fix tiny syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Aug 19, 2016
1 parent 01e5128 commit 63461d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_stdout.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

static int fd = -1;

static void start(int sample_rate int sample_format) {
static void start(int sample_rate, int sample_format) {
fd = STDOUT_FILENO;
}

Expand Down

0 comments on commit 63461d4

Please sign in to comment.