]> git.xolatile.top Git - soikk-pearson_verify.git/commitdiff
Fixed bug
authorSoikk <enriquedelacalhacar@gmail.com>
Sun, 20 Oct 2024 20:39:10 +0000 (22:39 +0200)
committerSoikk <enriquedelacalhacar@gmail.com>
Sun, 20 Oct 2024 20:39:10 +0000 (22:39 +0200)
verify.c

index 29bdf905f9082ff257fb36fda71be35b2d18b3ee..dc4fdd54531a4616781757d6ac16af402537c8f6 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -8,7 +8,7 @@
 
 int main(int argc, char *argv[]){
 
-       int ret = -1;
+       int ret = 0;
        int stop = 0;
        FILE *f1 = NULL;
        FILE *f2 = NULL;