summaryrefslogtreecommitdiffstats
path: root/apps/compare_to_value.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/compare_to_value.c')
-rw-r--r--apps/compare_to_value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/compare_to_value.c b/apps/compare_to_value.c
index e1082ce..75ad353 100644
--- a/apps/compare_to_value.c
+++ b/apps/compare_to_value.c
@@ -62,5 +62,5 @@ int main(int argc, char *argv[]) {
free(buf);
printf("%lu of %lu is wrong\n", count, total);
-
+ return 0;
}