diff --git a/parse_files.py b/parse_files.py
index 30a630a..251a229 100644
--- a/parse_files.py
+++ b/parse_files.py
@@ -20,7 +20,7 @@
 	print "Name: " + name
 	print "Size: " + str(size)
 	print "Length: " + str(len(second))
-	if len(second) - 2 <> size * 2:
+	if len(second) - 1 <> size * 2:
 		print "Size mismatch. Skipping."
 	else:
 		print "Size matches, writing file..."