aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nissy.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/nissy.c b/src/nissy.c
index 27e2835..953471f 100644
--- a/src/nissy.c
+++ b/src/nissy.c
@@ -102,8 +102,11 @@ distribution_equal(
102 } 102 }
103 } 103 }
104 104
105 if (wrong > 0) 105 if (wrong > 0) {
106 LOG("chekdata: %d wrong values\n", wrong); 106 LOG("checkdata: %d wrong values\n", wrong);
107 } else {
108 LOG("checkdata: table is consistent with info\n");
109 }
107 110
108 return wrong > 0; 111 return wrong > 0;
109} 112}

Generated with cgit - Back to sebastiano.tronto.net