From 5d6270339f4eafc3ae22edcda0191791a614ad81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Mon, 12 Jan 2004 16:46:04 +0000 Subject: [PATCH] firmjni bugfix [r2282] --- 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 977896777..8614272c3 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -566,7 +566,7 @@ typedef enum _tarval_classification_t { TV_CLASSIFY_NULL = 0, /**< the tarval represents the additive neutral element */ TV_CLASSIFY_ONE = +1, /**< the tarval represents the multiplicative neutral element */ TV_CLASSIFY_ALL_ONE = -1, /**< the tarval represents the bitwise-and neutral element */ - TV_CLASSIFY_OTHER = 2, /*<< all other tarvals */ + TV_CLASSIFY_OTHER = 2 /**< all other tarvals */ } tarval_classification_t; /** -- 2.20.1