Made the options program for the latex manual compile again
authorErik Lindahl <lindahl@cbr.su.se>
Tue, 31 Aug 2010 19:48:22 +0000 (21:48 +0200)
committerErik Lindahl <lindahl@cbr.su.se>
Tue, 31 Aug 2010 19:48:22 +0000 (21:48 +0200)
src/contrib/options.c

index 6fa2cc804c909b5fb1102c84debdef681f4a7038..c6134171590b28b947ab600d12f264dc974ee42f 100644 (file)
 
 int main(int argc,char *argv[])
 {
-  static char *desc[] = {
+  const char *desc[] = {
     "All GROMACS programs have 6 standard options,",
     "of which some are hidden by default:"
   };
 
-  static char *bugs[] = {
+  const char *bugs[] = {
     "If the configuration script found Motif or Lesstif on your system, "
     "you can use the graphical interface (if not, you will get an error):[BR]"
     "[TT]-X[tt] gmx_bool [TT]no[tt] Use dialog box GUI to edit command line options",