From 1f677e979d4817890c3a33961273456bebb5bf1b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 17 Aug 2003 03:00:18 +0000 Subject: [PATCH] * Fix syntax error --- citadel/Makefile.in | 6 ++++-- citadel/server_main.c | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/citadel/Makefile.in b/citadel/Makefile.in index 3b00c34df..e5754cd68 100644 --- a/citadel/Makefile.in +++ b/citadel/Makefile.in @@ -168,8 +168,10 @@ msgform: msgform.o .PHONY: install-data install-doc install-exec clean cleaner distclean install: install-exec install-data install-doc - echo Installation is complete. - echo Now go to your Citadel directory and run 'setup'. + @echo + @echo Installation is complete. + @echo Now go to your Citadel directory and run 'setup'. + @echo install-data: @for i in help messages network/spoolin network/spoolout \ diff --git a/citadel/server_main.c b/citadel/server_main.c index 2cbbcef8e..4a7206ec2 100644 --- a/citadel/server_main.c +++ b/citadel/server_main.c @@ -131,7 +131,7 @@ int main(int argc, char **argv) "\n*** Citadel/UX messaging server engine v%d.%02d ***\n" "Copyright (C) 1987-2003 by the Citadel/UX development team.\n" "This program is distributed under the terms of the GNU " - General Public License.\n\n", + "General Public License.\n\n", (REV_LEVEL/100), (REV_LEVEL%100) ); -- 2.39.2