From aba883a3a868d503ed7cefa5e5efb111c579be8e Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 12 Apr 2010 10:59:33 +0200 Subject: [PATCH] lib/base/etpm.cpp: use instead of --- lib/base/etpm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/base/etpm.cpp b/lib/base/etpm.cpp index f1ac07ba..c2642724 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; -- 2.30.2