From 62ad3100d861a1227fe4c1130dcf2a7ec096ed61 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 7 Jan 2005 21:49:23 +0000 Subject: - consequent use of cxType for strings and numbers --- status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'status.c') diff --git a/status.c b/status.c index 5df11ee..6a190aa 100644 --- a/status.c +++ b/status.c @@ -1,5 +1,5 @@ /* - * $Id: status.c,v 1.4 2005/01/02 16:54:41 lordjaxom Exp $ + * $Id: status.c,v 1.5 2005/01/07 21:49:23 lordjaxom Exp $ */ #include "status.h" @@ -138,7 +138,7 @@ cxType cText2SkinStatus::GetTokenData(const txToken &Token) break; }; - return cxType::False; + return false; } void cText2SkinStatus::OsdClear(void) { -- cgit v1.2.3