summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-07 21:49:23 +0000
committerlordjaxom <lordjaxom>2005-01-07 21:49:23 +0000
commit62ad3100d861a1227fe4c1130dcf2a7ec096ed61 (patch)
tree5200a17f7bd70b15b683f1dcf1c725a290124541 /status.c
parent7c3fd29204b8882011186b6337b002893fe2d1f6 (diff)
downloadvdr-plugin-text2skin-62ad3100d861a1227fe4c1130dcf2a7ec096ed61.tar.gz
vdr-plugin-text2skin-62ad3100d861a1227fe4c1130dcf2a7ec096ed61.tar.bz2
- consequent use of cxType for strings and numbers
Diffstat (limited to 'status.c')
-rw-r--r--status.c4
1 files changed, 2 insertions, 2 deletions
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) {