diff options
Diffstat (limited to 'src/nvim/os/lang.c')
-rw-r--r-- | src/nvim/os/lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/lang.c b/src/nvim/os/lang.c index d14c086a4f..e6db41a8ac 100644 --- a/src/nvim/os/lang.c +++ b/src/nvim/os/lang.c @@ -208,7 +208,7 @@ void ex_language(exarg_T *eap) #ifdef HAVE_NL_MSG_CAT_CNTR // Need to do this for GNU gettext, otherwise cached translations // will be used again. - extern int _nl_msg_cat_cntr; + extern int _nl_msg_cat_cntr; // NOLINT(bugprone-reserved-identifier) _nl_msg_cat_cntr++; #endif |