commit | 1cd871b5341bf43ee99e136844e3131014880f92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 22:46:22 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 19 22:46:22 2004 +0000 |
tree | 6bd9573dbc14de3c4ec85e424cbec9c8d1ee0ed8 | |
parent | 46c9c73de8def79baf8f0a34a12549f6c14944f3 [diff] [blame] |
updated for version 7.0023
diff --git a/src/gui_w32.c b/src/gui_w32.c index 461dcef..cf07b26 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c
@@ -2562,7 +2562,7 @@ type = 0; /* allocate some memory for dialog template */ - /* TODO should compute this really*/ + /* TODO should compute this really */ pdlgtemplate = p = (PWORD)LocalAlloc(LPTR, DLG_ALLOC_SIZE); if (p == NULL)