From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 25 May 2022 10:59:40 +0000 (+0100) Subject: Minor formatting adjustments. X-Git-Tag: 4.1-rc1~24^2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd4e35b5a75108275b24a9df02411e111a5bd31;p=thirdparty%2Fshairport-sync.git Minor formatting adjustments. --- diff --git a/shairport.c b/shairport.c index c5f73273..c6e6532d 100644 --- a/shairport.c +++ b/shairport.c @@ -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); @@ -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) {