Index: tools/checkers/vcc.py
===================================================================
--- tools/checkers/vcc.py	(revision ed632988c6b2a483a45b26f06f129ef8a5c69e75)
+++ tools/checkers/vcc.py	(revision 91001e26b14a5356ec8cf4cdeb642890b919a12d)
@@ -70,5 +70,5 @@
 		# Ignore preprocessor directives
 		if (line.startswith('#')):
-			continue	
+			continue
 		
 		tmpf.write("%s\n" % line)
@@ -107,4 +107,6 @@
 		srcfname = arg[0]
 		tgtfname = arg[1]
+		tool = arg[2]
+		category = arg[3]
 		base = arg[4]
 		options = arg[5]
@@ -119,5 +121,5 @@
 		
 		# Only C files are interesting for us
-		if (arg[2] != "cc"):
+		if (tool != "cc"):
 			continue
 		
