summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-06-22 21:42:06 +0000
committerRoland McGrath <roland@redhat.com>1996-06-22 21:42:06 +0000
commit610526fee7c531ab3838f96c27ab4c2962f34d73 (patch)
tree3e523a828780676cfdbf9a5426475511c0e3ded5 /main.c
parent3f60c36245fed94b091cba6b8b65ab4981958a4c (diff)
downloadgunmake-610526fee7c531ab3838f96c27ab4c2962f34d73.tar.gz
Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* remote-stub.c (remote_setup, remote_cleanup): New (empty) functions. * main.c (main): Call remote_setup. (die): Call remote_cleanup. * main.c (print_version): Add 96 to copyright years.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2ed7ffe..9c7efea 100644
--- a/main.c
+++ b/main.c
@@ -2137,7 +2137,7 @@ print_version ()
%s\tFree Software Foundation, Inc.\n\
%sThis is free software; see the source for copying conditions.\n\
%sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
-%sPARTICULAR PURPOSE.\n\n", precede, precede, precede, precede);
+%sPARTICULAR PURPOSE.\n\n", precede, precede, precede, precede, precede);
printed_version = 1;