fixed indentation on if statement

This commit is contained in:
Taylor Holberton
2017-01-19 14:46:43 -08:00
parent 78e03c198e
commit 1369a0ff99
+1 -1
View File
@@ -124,7 +124,7 @@ int main(int argc, char **argv)
mixer_close(mixer);
return EXIT_FAILURE;
}
if ((optind + 2) >= argc) {
if ((optind + 2) >= argc) {
fprintf(stderr, "no value(s) specified\n");
mixer_close(mixer);
return EXIT_FAILURE;