Merge pull request #3131 from urkud/const-char

Add `const` qualifier
This commit is contained in:
Edward Thomson 2015-06-23 23:40:02 -04:00
commit 09f3364d7a

View File

@ -94,7 +94,7 @@ typedef struct {
* If the workdir is dirty and this is set, this string will * If the workdir is dirty and this is set, this string will
* be appended to the description string. * be appended to the description string.
*/ */
char *dirty_suffix; const char *dirty_suffix;
} git_describe_format_options; } git_describe_format_options;
#define GIT_DESCRIBE_FORMAT_OPTIONS_VERSION 1 #define GIT_DESCRIBE_FORMAT_OPTIONS_VERSION 1