summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/uniq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uniq.c b/src/uniq.c
index ddc141416..d02790c2e 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -244,6 +244,7 @@ check_file (const char *infile, const char *outfile)
while (!feof (istream))
{
+ int match;
if (readline (thisline, istream) == 0)
break;
thisfield = find_field (thisline);