diff options
Diffstat (limited to 'src/tree.c')
| -rw-r--r-- | src/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree.c b/src/tree.c index 9fd4e0a07..47ed20dbb 100644 --- a/src/tree.c +++ b/src/tree.c @@ -17,7 +17,7 @@ #define DEFAULT_TREE_SIZE 16 #define MAX_FILEMODE_BYTES 6 -GIT__USE_STRMAP; +GIT__USE_STRMAP static bool valid_filemode(const int filemode) { |
