summaryrefslogtreecommitdiffstats
path: root/apps/prime.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/prime.c')
-rw-r--r--apps/prime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/prime.c b/apps/prime.c
index b0f5969a22..1092cf215e 100644
--- a/apps/prime.c
+++ b/apps/prime.c
@@ -17,7 +17,7 @@ typedef enum OPTION_choice {
OPT_HEX, OPT_GENERATE, OPT_BITS, OPT_SAFE, OPT_CHECKS
} OPTION_CHOICE;
-OPTIONS prime_options[] = {
+const OPTIONS prime_options[] = {
{OPT_HELP_STR, 1, '-', "Usage: %s [options] [number...]\n"},
{OPT_HELP_STR, 1, '-',
" number Number to check for primality\n"},