commit | 62dbdc4a5ae16900d17473dbfe3be3acea321bf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 18:24:22 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 18:24:22 2011 +0200 |
tree | 0b6ee730812c90da066596f30b1a503ff5798762 | |
parent | 667b4d2db96fbdb8d19d413138ce45d56bccbe0f [diff] [blame] |
updated for version 7.3.342 Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem)
diff --git a/src/os_amiga.c b/src/os_amiga.c index 3c96e64..d84af4c 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c
@@ -1022,7 +1022,7 @@ /* insure longword alignment */ #ifdef __amigaos4__ - if(!(id = AllocDosObject(DOS_INFODATA, 0))) + if (!(id = AllocDosObject(DOS_INFODATA, 0))) goto out; #else id = (struct InfoData *)(((long)id_a + 3L) & ~3L);