[xiph-cvs] cvs commit: theora/lib huffman.c

Ralph Giles giles at xiph.org
Sun Oct 26 13:48:12 PST 2003



giles       03/10/26 16:48:12

  Modified:    lib      huffman.c
  Log:
  Correct warning about missing newline at the end of the file.

Revision  Changes    Path
1.10      +2 -2      theora/lib/huffman.c

Index: huffman.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/huffman.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- huffman.c	10 Jun 2003 01:31:33 -0000	1.9
+++ huffman.c	26 Oct 2003 21:48:11 -0000	1.10
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function:
-  last mod: $Id: huffman.c,v 1.9 2003/06/10 01:31:33 tterribe Exp $
+  last mod: $Id: huffman.c,v 1.10 2003/10/26 21:48:11 giles Exp $
 
  ********************************************************************/
 
@@ -305,4 +305,4 @@
     DestroyHuffTree(HuffRoot[i]);
     HuffRoot[i] = NULL;
   }
-}
\ No newline at end of file
+}

<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