[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c

Michael Smith msmith at xiph.org
Sat Jan 26 22:24:28 PST 2002



msmith      02/01/26 22:24:28

  Modified:    oggenc   oggenc.c
  Log:
  Fix minor typo that was pointed out to me.

Revision  Changes    Path
1.45      +1 -1      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- oggenc.c	2002/01/27 06:21:48	1.44
+++ oggenc.c	2002/01/27 06:24:28	1.45
@@ -25,7 +25,7 @@
 
 
 #define VERSION_STRING "OggEnc v0.9 (libvorbis rc3)\n"
-#define COPYRIGHT "(c) 2001 Michael Smith <msmith at labyrinth.net.au)\n"
+#define COPYRIGHT "(c) 2001 Michael Smith <msmith at labyrinth.net.au>\n"
 
 #define CHUNK 4096 /* We do reads, etc. in multiples of this */
 

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list