Skip to content

Commit

Permalink
Minor formatting adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed May 25, 2022
1 parent a551b3a commit ebd4e35
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shairport.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void usage(char *progname) {
printf("but the system's ffmpeg library does not seem to include one.\n");
printf("See: https://github.com/mikebrady/shairport-sync/blob/development/TROUBLESHOOTING.md#aac-decoder-issues-airplay-2-only\n\n");

}
} else {
#endif

printf("Usage: %s [options...]\n", progname);
Expand Down Expand Up @@ -334,6 +334,12 @@ void usage(char *progname) {
mdns_ls_backends();
printf("\n");
audio_ls_outputs();

#ifdef CONFIG_AIRPLAY_2
}
#endif


}

int parse_options(int argc, char **argv) {
Expand Down

0 comments on commit ebd4e35

Please sign in to comment.