diff options
Diffstat (limited to 'libbb/dump.c')
-rw-r--r-- | libbb/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 71e35c60f..5e43d42a4 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -100,7 +100,7 @@ static void rewrite(FS * fs) | |||
100 | if (!fu->nextpr) | 100 | if (!fu->nextpr) |
101 | fu->nextpr = pr; | 101 | fu->nextpr = pr; |
102 | /* ignore nextpr -- its unused inside the loop and is | 102 | /* ignore nextpr -- its unused inside the loop and is |
103 | * uninitialized 1st time thru. | 103 | * uninitialized 1st time through. |
104 | */ | 104 | */ |
105 | 105 | ||
106 | /* bb_dump_skip preceding text and up to the next % sign */ | 106 | /* bb_dump_skip preceding text and up to the next % sign */ |