summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zdump/zdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/zdump/zdump.c')
-rw-r--r--usr/src/cmd/zdump/zdump.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/cmd/zdump/zdump.c b/usr/src/cmd/zdump/zdump.c
index eae12f775f..8c3a32bc8f 100644
--- a/usr/src/cmd/zdump/zdump.c
+++ b/usr/src/cmd/zdump/zdump.c
@@ -4,6 +4,10 @@
*/
/*
+ * Copyright (c) 2018, Joyent, Inc.
+ */
+
+/*
* zdump 7.24
* Taken from elsie.nci.nih.gov to replace the existing Solaris zdump,
* which was based on an earlier version of the elsie code.
@@ -231,8 +235,9 @@ char *argv[];
cutloyear = lo;
cuthiyear = hi;
} else {
-(void) fprintf(stderr, gettext("%s: wild -c argument %s\n"),
- progname, cutarg);
+ (void) fprintf(stderr,
+ gettext("%s: wild -c argument %s\n"),
+ progname, cutarg);
exit(EXIT_FAILURE);
}
}