shithub: sox

Download patch

ref: 9adec4ae398bb378d33987d4b0aa6ce889dbcc2d
parent: 6a8f279668d0cd65f15fb48b68b2b182507bbbec
author: robs <robs>
date: Sat May 26 08:24:10 EDT 2007

fix typo

--- a/win32/README
+++ b/win32/README
@@ -1,9 +1,9 @@
 Instructions for compiling SoX using Microsoft's Visual C.
 
-1. Install cmake (http://www.cmake.org/HTML/Download.html)
-2. Install any optional libraries to use with SoX
-2. Unpack the sources to say c:\sox
-3. Type cd c:\sox
-4. Type cmake .
+o Install cmake (http://www.cmake.org/HTML/Download.html)
+o Install any optional libraries to use with SoX
+o Unpack the sources to say c:\sox
+o Type cd c:\sox
+o Type cmake .
 
 This should generate project build files for use with Visual C.