diff options
Diffstat (limited to 'extcap/sdjournal.c')
-rw-r--r-- | extcap/sdjournal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/sdjournal.c b/extcap/sdjournal.c index 879fea87..e2f8ba81 100644 --- a/extcap/sdjournal.c +++ b/extcap/sdjournal.c @@ -50,7 +50,7 @@ enum { OPT_START_FROM }; -static struct ws_option longopts[] = { +static const struct ws_option longopts[] = { EXTCAP_BASE_OPTIONS, { "help", ws_no_argument, NULL, OPT_HELP}, { "version", ws_no_argument, NULL, OPT_VERSION}, |