Merge pull request #58 from carusogabriel/patch-1

Remove extra semicolon
diff --git a/lib/zip_source_crc.c b/lib/zip_source_crc.c
index 8797dfe..6176b91 100644
--- a/lib/zip_source_crc.c
+++ b/lib/zip_source_crc.c
@@ -148,7 +148,6 @@
 	    st->comp_method = ZIP_CM_STORE;
 	    st->encryption_method = ZIP_EM_NONE;
 	    st->valid |= ZIP_STAT_SIZE | ZIP_STAT_CRC | ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD | ZIP_STAT_ENCRYPTION_METHOD;
-	    ;
 	}
 	return 0;
     }