[xiph-commits] r18221 - trunk/theora/lib
    tterribe at svn.xiph.org 
    tterribe at svn.xiph.org
       
    Tue Mar  6 07:16:34 PST 2012
    
    
  
Author: tterribe
Date: 2012-03-06 07:16:34 -0800 (Tue, 06 Mar 2012)
New Revision: 18221
Modified:
   trunk/theora/lib/huffman.h
Log:
Fix huffman.h include guard.
Thanks to Holden for the report.
Modified: trunk/theora/lib/huffman.h
===================================================================
--- trunk/theora/lib/huffman.h	2012-03-03 05:00:42 UTC (rev 18220)
+++ trunk/theora/lib/huffman.h	2012-03-06 15:16:34 UTC (rev 18221)
@@ -16,7 +16,7 @@
  ********************************************************************/
 
 #if !defined(_huffman_H)
-# define _hufffman_H (1)
+# define _huffman_H (1)
 # include "theora/codec.h"
 # include "ocintrin.h"
 
    
    
More information about the commits
mailing list