diff options
Diffstat (limited to 'libtar/append.c')
-rw-r--r-- | libtar/append.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtar/append.c b/libtar/append.c index 514cf54bb..1831990be 100644 --- a/libtar/append.c +++ b/libtar/append.c @@ -233,8 +233,8 @@ tar_append_regfile(TAR *t, char *realname) { char block[T_BLOCKSIZE]; int filefd; - int i, j; - size_t size; + int j; + size_t size, i; filefd = open(realname, O_RDONLY); if (filefd == -1) |