datasheet-test: Make variable "const".
authorBen Pfaff <blp@gnu.org>
Wed, 3 Feb 2010 04:26:55 +0000 (20:26 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 6 Feb 2010 04:14:20 +0000 (20:14 -0800)
tests/data/datasheet-test.c

index c46c268376c77031baff7e6c06fa14a44808bd65..98be04fe44b25c73a7cb608596b02296b3b3894c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -748,7 +748,7 @@ enum
     N_DATASHEET_OPTIONS
   };
 
-static struct argv_option datasheet_argv_options[N_DATASHEET_OPTIONS] =
+static const struct argv_option datasheet_argv_options[N_DATASHEET_OPTIONS] =
   {
     {"max-rows", 0, required_argument, OPT_MAX_ROWS},
     {"max-columns", 0, required_argument, OPT_MAX_COLUMNS},