summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sort/file.c')
-rw-r--r--usr.bin/sort/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/file.c b/usr.bin/sort/file.c
index 0a00889..47d59af 100644
--- a/usr.bin/sort/file.c
+++ b/usr.bin/sort/file.c
@@ -1258,7 +1258,7 @@ sort_list_to_file(struct sort_list *list, const char *outfile)
break;
default:
errx(2, "%s", getstr(10));
- };
+ }
}
if (sort_opts_vals.sort_method == SORT_DEFAULT)
OpenPOWER on IntegriCloud