diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 09:30:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 10:46:12 +0200 |
commit | bb480f77b8a65e7e52b53e601e536f55fa55f44b (patch) | |
tree | 6e6052573afb6246d476dd087a461df6d224b43a /desktop | |
parent | 1d63be277eb7daedc7c59850ab53b6341352d0fd (diff) |
loplugin:staticvar in cppuhelper..desktop
Change-Id: I21cf6bafab6e865b90b29caa73183a8e00b538d1
Reviewed-on: https://gerrit.libreoffice.org/61865
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/unx/source/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 9a9b8f913d5d..199b58a8e50e 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -19,7 +19,7 @@ is_env_arg (rtl_uString const *str) return !rtl_ustr_ascii_compare_WithLength (str->buffer, 5, "-env:"); } -static struct { +static const struct { const char *name; unsigned int bInhibitSplash : 1; unsigned int bInhibitPagein : 1; |