[xiph-commits] r14284 - trunk/vorbis-tools/oggenc

msmith at svn.xiph.org msmith at svn.xiph.org
Sat Dec 8 04:08:24 PST 2007


Author: msmith
Date: 2007-12-08 04:08:23 -0800 (Sat, 08 Dec 2007)
New Revision: 14284

Modified:
   trunk/vorbis-tools/oggenc/audio.c
Log:
Correct two strings to have closing parantheses as reported via email


Modified: trunk/vorbis-tools/oggenc/audio.c
===================================================================
--- trunk/vorbis-tools/oggenc/audio.c	2007-12-08 10:07:00 UTC (rev 14283)
+++ trunk/vorbis-tools/oggenc/audio.c	2007-12-08 12:08:23 UTC (rev 14284)
@@ -451,7 +451,7 @@
     {
         fprintf(stderr, 
                 _("ERROR: Wav file is unsupported type (must be standard PCM\n"
-                " or type 3 floating point PCM\n"));
+                " or type 3 floating point PCM)\n"));
         return 0;
     }
 
@@ -522,7 +522,7 @@
     {
         fprintf(stderr, 
                 _("ERROR: Wav file is unsupported subformat (must be 8,16, or 24 bit PCM\n"
-                "or floating point PCM\n"));
+                "or floating point PCM)\n"));
         return 0;
     }
 }



More information about the commits mailing list