summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-15 15:17:26 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-15 15:17:26 +0000
commit7693b5ccdf1a67255588fb918dc0f66fa8ae1383 (patch)
tree1f6c4f909fa7079e21a51c7321c8e6947aa8d8bb /main.c
parentbd5aa6a714d237e5d7768a6244134ce78e839ce3 (diff)
Fix compilation problems under digital unix.
Diffstat (limited to 'main.c')
-rw-r--r--main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.c b/main.c
index de78b2c6..5b8582a9 100644
--- a/main.c
+++ b/main.c
@@ -37,16 +37,16 @@
#include <getopt.h>
#endif
-const char ReachingUs[] = N_("\
+static const char *ReachingUs = N_("\
To contact the developers, please mail to <mutt-dev@mutt.org>.\n");
-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");
-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\
@@ -71,7 +71,7 @@ fixes, and suggestions.\n\
");
#ifdef _PGPPATH
-const char ShaCopyright[] = N_("\n\
+const char* ShaCopyright = N_("\n\
SHA1 implementation Copyright (C) 1995-7 Eric A. Young <eay@cryptsoft.com>\n\
\n\
Redistribution and use in source and binary forms, with or without\n\