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 1815ca914..f078afc1c 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -291,7 +291,7 @@ static void rewrite(FS * fs) | |||
291 | } | 291 | } |
292 | } | 292 | } |
293 | 293 | ||
294 | static void do_skip(char *fname, int statok) | 294 | static void do_skip(const char *fname, int statok) |
295 | { | 295 | { |
296 | struct stat sbuf; | 296 | struct stat sbuf; |
297 | 297 | ||