diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index f5a379fb8..e7973af94 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -82,7 +82,7 @@ static void output_ar_header(archive_handle_t *handle) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | /* | 84 | /* |
85 | * when replacing files in an existing archive, copy from the the | 85 | * when replacing files in an existing archive, copy from the |
86 | * original archive those files that are to be left intact | 86 | * original archive those files that are to be left intact |
87 | */ | 87 | */ |
88 | static void FAST_FUNC copy_data(archive_handle_t *handle) | 88 | static void FAST_FUNC copy_data(archive_handle_t *handle) |