[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Michael Smith
msmith at xiph.org
Tue Feb 20 13:03:52 PST 2001
msmith 01/02/20 13:03:52
Modified: ogg123 ogg123.c
Log:
Fix C++ comment (well, remove it. The comment didn't make sense any more.)
Revision Changes Path
1.26 +2 -2 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ogg123.c 2001/02/20 08:10:22 1.25
+++ ogg123.c 2001/02/20 21:03:51 1.26
@@ -14,7 +14,7 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.25 2001/02/20 08:10:22 msmith Exp $
+ last mod: $Id: ogg123.c,v 1.26 2001/02/20 21:03:51 msmith Exp $
********************************************************************/
@@ -498,7 +498,7 @@
fprintf(stderr, "Device: %s\n", info->name);
fprintf(stderr, "Author: %s\n", info->author);
fprintf(stderr, "Comments: %s\n", info->comment);
- fprintf(stderr, "\n"); // Gotta keep 'em separated ...
+ fprintf(stderr, "\n");
}
current->device = ao_open(current->driver_id, 16, rate, channels,
--- >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