# HG changeset patch # User Pascal Bellard # Date 1249740408 -7200 # Node ID b6b64851e9aae29ed176a3d6bbd866bd07c2399f # Parent 03b14f7eba36c3d9d374779224db1902009ad0d8 syslinux/ifmem: typos diff -r 03b14f7eba36 -r b6b64851e9aa syslinux/stuff/extra/ifmem.c --- a/syslinux/stuff/extra/ifmem.c Sat Aug 08 16:04:33 2009 +0200 +++ b/syslinux/stuff/extra/ifmem.c Sat Aug 08 16:06:48 2009 +0200 @@ -64,15 +64,15 @@ return 1; } - # find target according to ram size + // find target according to ram size for (i = 1; i + 2 < argc; ) { i++; // size if (memory_size() >= strtoul(s, NULL, 0)) break; s = argv[++i]; } - # find and copy extra parameters to command line - # assume last parameter is "noram" + // find and copy extra parameters to command line + // assume last parameter is "noram" for (s = argv[i]; i < argc; i++) { if (!strcmp(argv[i],"noram") && ++i < argc) { #define SZ 512