summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-01 06:50:15 +0000
committerJim Meyering <jim@meyering.net>1992-11-01 06:50:15 +0000
commitcf5cedb71a8ee923d78d3f66e52ecddbf7a8d994 (patch)
treef17fae9aa7c21eeab8cec5cacb1464152c08bd98 /src/nice.c
parentccbd1d7dc5189f4637468a8136f672e60ee0e531 (diff)
downloadcoreutils-cf5cedb71a8ee923d78d3f66e52ecddbf7a8d994.tar.xz
Make file-scope variable static.
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c
index 4911fcc70..6878a3422 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -33,7 +33,7 @@ void usage ();
/* The name this program was run with. */
char *program_name;
-struct option longopts[] =
+static struct option longopts[] =
{
{"adjustment", 1, NULL, 'n'},
{NULL, 0, NULL, 0}