summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-15 15:27:40 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-15 15:27:40 +0000
commitf4a312375a6713866f80088c66730a69c91f8b80 (patch)
tree76c01ab6bab8c6a551bb266b32bddaabcc864399 /main.c
parenta6fe8e8482981628ab0bd7c003c5df1062f149fa (diff)
_Fix_ the compile problems, don't install new ones.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 5b8582a9..d5d37185 100644
--- a/main.c
+++ b/main.c
@@ -40,13 +40,13 @@
static const char *ReachingUs = N_("\
To contact the developers, please mail to <mutt-dev@mutt.org>.\n");
-static const char Notice = N_("\
+static const char *Notice = N_("\
Copyright (C) 1996-9 Michael R. Elkins and others.\n\
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
Mutt is free software, and you are welcome to redistribute it\n\
under certain conditions; type `mutt -vv' for details.\n");
-static const char Copyright = N_("\
+static const char *Copyright = N_("\
Copyright (C) 1996-9 Michael R. Elkins <me@cs.hmc.edu>\n\
Copyright (C) 1996-9 Brandon Long <blong@fiction.net>\n\
Copyright (C) 1997-9 Thomas Roessler <roessler@guug.de>\n\