Skip to content

Commit

Permalink
Fix dcacut.c compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
foo86 committed May 12, 2015
1 parent 10f875b commit 396e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcacut.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main(int argc, char **argv)
return 1;
}

struct dcadec_stream *stream = dcadec_stream_open(argv[1]);
struct dcadec_stream *stream = dcadec_stream_open(argv[1], 0);
if (!stream) {
fprintf(stderr, "Couldn't open input file\n");
return 1;
Expand Down

0 comments on commit 396e756

Please sign in to comment.