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 6a136a6b7..fdf36f850 100644 --- a/src/tree.c +++ b/src/tree.c @@ -957,7 +957,7 @@ int git_tree_entry_bypath( * walking down the path */ if (path[filename_len + 1] != '\0') break; - + /* fall through */ case '\0': /* If there are no more components in the path, return * this entry */ |