]> git.ipfire.org Git - thirdparty/shairport-sync.git/blobdiff - alac.c
Update check_classic_mac_basic.yml
[thirdparty/shairport-sync.git] / alac.c
diff --git a/alac.c b/alac.c
index d8b6ac9ce93781ef49bcad34f7eedee6a48bddcb..a8761894addd166f31428877ec71700d7424421e 100644 (file)
--- a/alac.c
+++ b/alac.c
@@ -1004,7 +1004,7 @@ alac_file *alac_create(int samplesize, int numchannels) {
     newfile->numchannels = numchannels;
     newfile->bytespersample = (samplesize / 8) * numchannels;
   } else {
-    fprintf(stderr, "FIXME: can not allocate memory for a new file in alac_cxreate."); 
+    fprintf(stderr, "FIXME: can not allocate memory for a new file in alac_cxreate.");
   }
   return newfile;
 }