summaryrefslogtreecommitdiff
path: root/chardiff_post.c
diff options
context:
space:
mode:
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=='\\') {