diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-29 22:51:25 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-29 22:51:25 +0000 |
commit | b6aae0f38194cd39960a898606ee65d4be93a895 (patch) | |
tree | b73c92aefaf614291a71d05e9d28ca68f4ef021b /libbb/dump.c | |
parent | a41fdf331af344ecd3ec230a072857ea197e1890 (diff) | |
download | busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.tar.gz busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.tar.bz2 busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.zip |
preparatory patch for -Wwrite-strings #2
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 | ||