diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-11-12 12:36:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-11-12 12:36:30 +0000 |
commit | 12806c8844a5aa6066b6f430924fef0b47170dae (patch) | |
tree | 3118223a7233e7253c35e10a538055f6e754882c /src/gui_riscos.c | |
parent | 5a22181f59d01abb1c501ecf9580fd721751a62d (diff) | |
download | vim-git-12806c8844a5aa6066b6f430924fef0b47170dae.tar.gz |
updated for version 7.2-036v7.2.036
Diffstat (limited to 'src/gui_riscos.c')
-rw-r--r-- | src/gui_riscos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_riscos.c b/src/gui_riscos.c index 6adc8b77e..90634fad7 100644 --- a/src/gui_riscos.c +++ b/src/gui_riscos.c @@ -695,7 +695,7 @@ gui_mch_set_winpos(int x, int y) gui_mch_set_shellsize(width, height, min_width, min_height, base_width, base_height, direction) int width; /* In OS units */ int height; - int min_width; /* Smallest permissable window size (ignored) */ + int min_width; /* Smallest permissible window size (ignored) */ int min_height; int base_width; /* Space for scroll bars, etc */ int base_height; @@ -863,7 +863,7 @@ zap_load_file(name, style) if (strncmp(file, "ZapFont\015", 8) == 0) return file; /* Loaded OK! */ - free(file); + vim_free(file); return NULL; /* Not a valid font file */ } |