Syntax -- to make firmjni compatible
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 13 Aug 2003 07:42:48 +0000 (07:42 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 13 Aug 2003 07:42:48 +0000 (07:42 +0000)
[r1657]

ir/tv/tv.h

index 886091d..a8c2531 100644 (file)
@@ -482,7 +482,7 @@ typedef enum {
   TVO_OCTAL,                   /**< use octal representation */
   TVO_BINARY,                  /**< use binary representation */
   TVO_FLOAT,                   /**< use floating point representation (i.e 1.342e-2)*/
-  TVO_HEXFLOAT,                 /**< use hexadecimal floating point representation (i.e 0x1.ea32p-12)*/
+  TVO_HEXFLOAT                  /**< use hexadecimal floating point representation (i.e 0x1.ea32p-12)*/
 } tv_output_mode;
 
 /**