OSDN Git Service

gitcli: describe abbreviation of long options
[git-core/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 36e49d8..ed7de6b 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -38,7 +38,7 @@ struct grep_pat {
        const char *origin;
        int no;
        enum grep_pat_token token;
-       const char *pattern;
+       char *pattern;
        size_t patternlen;
        enum grep_header_field field;
        regex_t regexp;