summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-10 14:19:44 +0000
committerJim Meyering <jim@meyering.net>2003-05-10 14:19:44 +0000
commit007103be2ea5fb4203898e3b5716681fa957d05b (patch)
treec5b20c43c11a7fe1270351fd3582ceba9cd9e853 /src/comm.c
parentdfd12de6b9b77a7154e9b892ace702c764830040 (diff)
downloadcoreutils-007103be2ea5fb4203898e3b5716681fa957d05b.tar.xz
add semicolon
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 6c81fc8c0..1ee2ea833 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -262,7 +262,7 @@ main (int argc, char **argv)
if (optind + 2 != argc)
{
- error (0, 0, _("too few arguments"))
+ error (0, 0, _("too few arguments"));
usage (EXIT_FAILURE);
}