From 3481688a3e3a2b5b113637ebd35115a7127dc671 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 7 Sep 2011 09:44:59 +0200 Subject: lexparser was not used --- src/libimcv/tcg/pts/pts.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libimcv/tcg') diff --git a/src/libimcv/tcg/pts/pts.c b/src/libimcv/tcg/pts/pts.c index ef5218395..c9df3f35a 100644 --- a/src/libimcv/tcg/pts/pts.c +++ b/src/libimcv/tcg/pts/pts.c @@ -17,7 +17,6 @@ #include #include -#include #include #include @@ -409,7 +408,7 @@ static char* extract_platform_info(void) return NULL; } - /* Read the output the arch command */ + /* read the output the arch command */ if (!fgets(buf + value_len + 1, BUF_LEN - value_len - 2, file)) { DBG2(DBG_IMC, "failed to read output of arch command"); -- cgit v1.2.3