[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Jeff Squyres
jsquyres at xiph.org
Sun Feb 18 21:18:10 PST 2001
jsquyres 01/02/18 21:18:10
Modified: ogg123 ogg123.c
Log:
Changed a C++-style comment to a C-style comment because C++-style
comments in .c files cause some non-gcc compilers to barf.
Revision Changes Path
1.24 +2 -2 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ogg123.c 2001/01/30 10:42:48 1.23
+++ ogg123.c 2001/02/19 05:18:09 1.24
@@ -14,7 +14,7 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.23 2001/01/30 10:42:48 msmith Exp $
+ last mod: $Id: ogg123.c,v 1.24 2001/02/19 05:18:09 jsquyres Exp $
********************************************************************/
@@ -503,7 +503,7 @@
return -1;
}
if (opt->quiet < 1)
- fprintf(stderr, "\n"); // Gotta keep 'em separated ...
+ fprintf(stderr, "\n"); /* Gotta keep 'em separated ... */
current = current->next_device;
}
--- >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