summaryrefslogtreecommitdiffstats
path: root/term-utils/mesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/mesg.c')
-rw-r--r--term-utils/mesg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/term-utils/mesg.c b/term-utils/mesg.c
index af9a81ebc..43835b480 100644
--- a/term-utils/mesg.c
+++ b/term-utils/mesg.c
@@ -93,10 +93,10 @@ int main(int argc, char *argv[])
int ch, fd, verbose = FALSE, ret;
static const struct option longopts[] = {
- { "verbose", no_argument, 0, 'v' },
- { "version", no_argument, 0, 'V' },
- { "help", no_argument, 0, 'h' },
- { NULL, 0, 0, 0 }
+ { "verbose", no_argument, NULL, 'v' },
+ { "version", no_argument, NULL, 'V' },
+ { "help", no_argument, NULL, 'h' },
+ { NULL, 0, NULL, 0 }
};
setlocale(LC_ALL, "");