]> git.sesse.net Git - vlc/commitdiff
Fixed cc.h multiple includes protection define.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 9 Feb 2009 19:02:56 +0000 (20:02 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 9 Feb 2009 19:57:16 +0000 (20:57 +0100)
modules/codec/cc.h

index 145f3c909dc6e93db6f4bcc493058f9f62b1aadb..11fe529b235a8942064a528a1c0874c28a78ee6f 100644 (file)
@@ -22,7 +22,7 @@
  *****************************************************************************/
 
 #ifndef _CC_H
-#define _C_H 1
+#define _CC_H 1
 
 /* CC have a maximum rate of 9600 bit/s (per field?) */
 #define CC_MAX_DATA_SIZE (2 * 3*600)