aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2011-11-04 16:19:16 -0700
committerH. Peter Anvin <hpa@zytor.com>2011-11-04 16:19:16 -0700
commitf455805be67ee5ebdca1726744ad91655c6dfd23 (patch)
treedd5693e8237caba9e8d3470ebd07d21f11deb86b
parentb0a304184e6c7dc90ec60c0ddbfdb5639569d26c (diff)
downloadzisofs-tools-master.tar.gz
mkzftree.c: fix spacingHEADmaster
A whitespace-only change to make source columns line up. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--mkzftree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkzftree.c b/mkzftree.c
index 9a8bf7c..53ce172 100644
--- a/mkzftree.c
+++ b/mkzftree.c
@@ -113,7 +113,7 @@ const struct option long_options[] = {
{ "verbosity", 1, 0, 'V' },
{ "help", 0, 0, 'h' },
{ "version", 0, 0, 'w' },
- { "sloppy", 0, 0, 's' },
+ { "sloppy", 0, 0, 's' },
{ 0, 0, 0, 0 }
};
#define LO(X) X