]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.h
Documentation: typofix --column description
[thirdparty/git.git] / archive.h
index e3d04e8ab313d2a86f7c040492999bf43d0874e8..33551b7ee17be6adf9c16221ef1f605dbf8d477c 100644 (file)
--- a/archive.h
+++ b/archive.h
@@ -8,7 +8,7 @@ struct repository;
 
 struct archiver_args {
        struct repository *repo;
-       const char *refname;
+       char *refname;
        const char *prefix;
        const char *base;
        size_t baselen;