summaryrefslogtreecommitdiff
path: root/chardiff_post.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-27 22:58:50 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-27 23:03:50 -0500
commited4d8acb493dc972764485d67662e57121ef4f2f (patch)
treee08ce8638bcc35ee7d7f74057bbd9c53e810ecf6 /chardiff_post.c
parent30ad556bfdbd5fefc0fa2451b9e8268b132e39c6 (diff)
Add proper option parsing to chardiff
Diffstat (limited to 'chardiff_post.c')
-rw-r--r--chardiff_post.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chardiff_post.c b/chardiff_post.c
index 9a71eeb..8abc3f7 100644
--- a/chardiff_post.c
+++ b/chardiff_post.c
@@ -15,4 +15,5 @@ main (int argc, char* argv[]) {
putchar(c);
}
}
+ return 0;
}