diff options
Diffstat (limited to 'src/pathchk.c')
-rw-r--r-- | src/pathchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index 0753ada70..33b912bdb 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -95,7 +95,7 @@ void usage (); /* The name this program was run with. */ char *program_name; -struct option longopts[] = +static struct option longopts[] = { {"portability", 0, NULL, 'p'}, {NULL, 0, NULL, 0} |