From f0a76c9a7eda891aca9a87a28179e51baffffd11 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 1 Feb 2007 11:15:46 -0800 Subject: [PATCH] Formatting cleanup --- unix/syslinux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unix/syslinux.c b/unix/syslinux.c index d31e01f..8b5a4cf 100644 --- a/unix/syslinux.c +++ b/unix/syslinux.c @@ -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(); } -- 2.7.4