diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 16:52:36 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 16:52:36 -0800 |
commit | bc7ea9c422f98f969dca78b4736718e3c44edd9b (patch) | |
tree | 0f4587c25fb8260511c9b7fb899555ce1510ffbe /extlinux | |
parent | fe7dbcbaec8b5210604f942f322cecf55a37abe0 (diff) | |
download | syslinux-elf-bc7ea9c422f98f969dca78b4736718e3c44edd9b.tar.gz syslinux-elf-bc7ea9c422f98f969dca78b4736718e3c44edd9b.tar.xz syslinux-elf-bc7ea9c422f98f969dca78b4736718e3c44edd9b.zip |
Whitespace cleanup...syslinux-3.62-pre11
Diffstat (limited to 'extlinux')
-rw-r--r-- | extlinux/extlinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlinux/extlinux.c b/extlinux/extlinux.c index 742859a9..101a4abe 100644 --- a/extlinux/extlinux.c +++ b/extlinux/extlinux.c @@ -931,7 +931,7 @@ modify_existing_adv(const char *path) syslinux_reset_adv(syslinux_adv); else if (read_adv(path) < 0) return 1; - + if (modify_adv() < 0) return 1; |