summaryrefslogtreecommitdiff
path: root/chardiff_post.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 17:31:57 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 17:34:30 -0400
commitfbc8a95ef9827ca785d43f50b0f8c0a5e390c1dc (patch)
tree432e27af39c5a445e7836abf71b70990c26f1443 /chardiff_post.c
parent6bd021cecd013fe92dbd0fe3a19b8f82c99bcd9c (diff)
chardiff: make GCC warnings go away
Diffstat (limited to 'chardiff_post.c')
-rw-r--r--chardiff_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chardiff_post.c b/chardiff_post.c
index 54679ed..98329bd 100644
--- a/chardiff_post.c
+++ b/chardiff_post.c
@@ -2,7 +2,7 @@
#include <stdio.h>
int
-main (int argc, char* argv[]) {
+main () {
int c;
while ((c = getchar()) != EOF) {
if (c=='\\') {