0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1194: typos and small problems in source files

Problem:    Typos and small problems in source files.
Solution:   Small fixes.
This commit is contained in:
Bram Moolenaar
2019-04-21 00:00:13 +02:00
parent 037c54f261
commit ad3ec76bb8
10 changed files with 16 additions and 15 deletions

View File

@@ -5671,9 +5671,9 @@ typedef int *DWORD_PTR;
typedef int HPCON;
typedef int HRESULT;
typedef int LPPROC_THREAD_ATTRIBUTE_LIST;
typedef int SIZE_T;
typedef int PSIZE_T;
typedef int PVOID;
typedef int SIZE_T;
typedef int WINAPI;
#endif