[xiph-cvs] cvs commit: ao/src ao_wav.c

Michael Smith msmith at xiph.org
Sat Dec 23 22:21:51 PST 2000



msmith      00/12/23 22:21:51

  Modified:    src      ao_wav.c
  Log:
  Remove C++ style comments in the interests of portability.

Revision  Changes    Path
1.5       +2 -2      ao/src/ao_wav.c

Index: ao_wav.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/ao_wav.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ao_wav.c	2000/10/30 00:46:41	1.4
+++ ao_wav.c	2000/12/24 06:21:51	1.5
@@ -144,7 +144,7 @@
                 goto ERR;
         }
 
-	// Grab options here
+	/* Grab options here */
         ao_wav_parse_options(state, options);
         state->byte_swap = (bits == 16) && (ao_is_big_endian());
         if (state->byte_swap) {
@@ -178,7 +178,7 @@
         }
 
         if (last == NULL) {
-		// Empty list, install our signal handler only once
+		/* Empty list, install our signal handler only once */
                 old_sig = signal(SIGINT,signal_handler);		
 
                 last = states = malloc(sizeof(ao_wav_state_list_t));

--- >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