Formatting cleanup
authorH. Peter Anvin <hpa@zytor.com>
Thu, 1 Feb 2007 19:15:46 +0000 (11:15 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 1 Feb 2007 19:15:46 +0000 (11:15 -0800)
unix/syslinux.c

index d31e01f..8b5a4cf 100644 (file)
@@ -354,7 +354,8 @@ int main(int argc, char *argv[])
        } else if ( *opt == 'd' && argp[1] ) {
          subdir = *++argp;
        } else if ( *opt == 'o' && argp[1] ) {
-         filesystem_offset = (off_t)strtoull(*++argp, NULL, 0); /* Byte offset */
+         /* Byte offset */
+         filesystem_offset = (off_t)strtoull(*++argp, NULL, 0);
        } else {
          usage();
        }