[xiph-commits] r15063 - trunk/vorbis-tools/oggenc
ivo at svn.xiph.org
ivo at svn.xiph.org
Tue Jun 24 08:51:02 PDT 2008
Author: ivo
Date: 2008-06-24 08:51:02 -0700 (Tue, 24 Jun 2008)
New Revision: 15063
Modified:
trunk/vorbis-tools/oggenc/oggenc.c
Log:
Fixed unfortunate and badly placed ; that was breaking compile. Oops.
Modified: trunk/vorbis-tools/oggenc/oggenc.c
===================================================================
--- trunk/vorbis-tools/oggenc/oggenc.c 2008-06-24 15:46:27 UTC (rev 15062)
+++ trunk/vorbis-tools/oggenc/oggenc.c 2008-06-24 15:51:02 UTC (rev 15063)
@@ -496,8 +496,8 @@
" track numbers are given, the remaining files will be\n"
" unnumbered. For the others, the final tag will be reused\n"
" for all others without warning (so you can specify a date\n"
- " once, for example, and have it used for all the files)\n"));
- "\n"
+ " once, for example, and have it used for all the files)\n"
+ "\n"));
fprintf(stdout, _(
"INPUT FILES:\n"
" OggEnc input files must currently be 24, 16, or 8 bit PCM WAV, AIFF, or AIFF/C\n"
More information about the commits
mailing list