From 38d89b6fea5156efb7c660cef348435e050e9855 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 13 Aug 2003 07:42:48 +0000 Subject: [PATCH] Syntax -- to make firmjni compatible [r1657] --- ir/tv/tv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tv/tv.h b/ir/tv/tv.h index 886091d56..a8c2531c3 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -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; /** -- 2.20.1