diff options
Diffstat (limited to 'src/pathspec.h')
| -rw-r--r-- | src/pathspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathspec.h b/src/pathspec.h index bfdcd48a7..0256cb927 100644 --- a/src/pathspec.h +++ b/src/pathspec.h @@ -25,7 +25,7 @@ struct git_pathspec { enum { PATHSPEC_DATATYPE_STRINGS = 0, - PATHSPEC_DATATYPE_DIFF = 1, + PATHSPEC_DATATYPE_DIFF = 1 }; typedef git_array_t(char *) git_pathspec_string_array_t; |
