From: ghost Date: Mon, 12 Apr 2010 08:59:33 +0000 (+0200) Subject: lib/base/etpm.cpp: use instead of X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=aba883a3a868d503ed7cefa5e5efb111c579be8e lib/base/etpm.cpp: use instead of --- diff --git a/lib/base/etpm.cpp b/lib/base/etpm.cpp index f1ac07b..c264272 100644 --- a/lib/base/etpm.cpp +++ b/lib/base/etpm.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include @@ -103,7 +103,7 @@ void* eTPM::recv_cmd(unsigned int *tag, unsigned int *len) void eTPM::parse_data(const unsigned char *data, unsigned int datalen) { - unsigned int i, j; + unsigned int i; unsigned int tag; unsigned int len; const unsigned char *val;