Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main: fix printf (second)
  • Loading branch information
perexg committed Jun 19, 2015
1 parent fb3e5eb commit bf4d481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -795,7 +795,7 @@ main(int argc, char **argv)
}
free(dvb_adapters);
if (!adapter_mask) {
fprintf(stderr, _("No adapters specified!\n"));
fprintf(stderr, "%s", _("No adapters specified!\n"));
return 1;
}
}
Expand Down

0 comments on commit bf4d481

Please sign in to comment.