aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--memusage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/memusage.c b/memusage.c
index 16c166a..1342ada 100644
--- a/memusage.c
+++ b/memusage.c
@@ -187,5 +187,6 @@ int main(int argc, char **argv)
}
/* This should never be reached we exit when our child exits */
- return 1;
+ fprintf(stderr, "# End memusage\n");
+ return 0;
}