]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/winmm/winmm.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / windows / winmm / winmm.factor
index 29908c7dc69995c9bf878f3ae4a8e27cf5e65009..e1d0c49198aac443f157c0f4acea3efcf444a2ba 100644 (file)
@@ -25,7 +25,7 @@ ERROR: mci-error n ;
 : open-command ( path -- )
     "open \"%s\" type mpegvideo alias MediaFile" sprintf f 0 f
     mciSendString check-mci-error ;
-    
+
 : play-command ( -- )
     "play MediaFile" f 0 f mciSendString check-mci-error ;
 
@@ -37,4 +37,4 @@ ERROR: mci-error n ;
 
 
 : close-command ( -- )
-    "close MediaFile" f 0 f mciSendString check-mci-error ;
\ No newline at end of file
+    "close MediaFile" f 0 f mciSendString check-mci-error ;