]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/audio/chunked-file/chunked-file.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / audio / chunked-file / chunked-file.factor
index f5844a60d0acbfcd1eedb180a2e164d4bbe067c3..271e56b1714baf66d19ab950a2fa528ee8f53357 100644 (file)
@@ -25,4 +25,3 @@ ERROR: invalid-audio-file ;
 
 : check-chunk ( chunk id class -- ? )
     heap-size [ id= ] [ [ length ] dip >= ] bi-curry* bi and ; inline
-