diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-17 23:52:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-17 23:52:29 +0200 |
commit | 55d5c0348c3afbfb9233487362e46dc633cd94fb (patch) | |
tree | 0cfa34c3c753e2357e4c481be8f86349cf43e393 /src/globals.h | |
parent | bd5e15fd5c7e42505d6b0e20f4198d24fc7e219d (diff) | |
download | vim-55d5c0348c3afbfb9233487362e46dc633cd94fb.zip |
Whitespace cleanup.
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 605a3905c..bb5f3cfc6 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1422,7 +1422,7 @@ EXTERN char_u e_libcall[] INIT(= N_("E364: Library call failed for \"%s()\"")); || defined(DYNAMIC_ICONV) \ || defined(DYNAMIC_GETTEXT) \ || defined(DYNAMIC_MZSCHEME) \ - || defined(DYNAMIC_LUA) + || defined(DYNAMIC_LUA) EXTERN char_u e_loadlib[] INIT(= N_("E370: Could not load library %s")); EXTERN char_u e_loadfunc[] INIT(= N_("E448: Could not load library function %s")); #endif |