]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Minor formatting adjustments.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 25 May 2022 10:52:44 +0000 (11:52 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 25 May 2022 10:52:44 +0000 (11:52 +0100)
shairport.c

index a6ca199f5ff15ed193234c03768a3fe1554d3724..1a020a25b376a21d2aa5620abc8b8b83f3ec48c4 100644 (file)
@@ -255,10 +255,10 @@ void usage(char *progname) {
 
 #ifdef CONFIG_AIRPLAY_2
   if (has_fltp_capable_aac_decoder() == 0) {
-    printf("IMPORTANT NOTE: Shairport Sync can not run on this system.\n");
+    printf("\nIMPORTANT NOTE: Shairport Sync can not run on this system.\n");
     printf("A Floating Planar (\"fltp\") AAC decoder is required,\n");
-    printf("but the system's ffmpeg library does not seem to include one.\n\n");
-    printf("See: https://github.com/mikebrady/shairport-sync/blob/development/TROUBLESHOOTING.md#aac-decoder-issues-airplay-2-only.\n");
+    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");
 
   }
 #endif