diff options
author | Thomas Edvalson <machin3@gmail.com> | 2015-12-14 19:21:09 -0500 |
---|---|---|
committer | Thomas Edvalson <machin3@gmail.com> | 2015-12-14 19:21:09 -0500 |
commit | 95746a57c70a4020a2025f9a3ad3700386d286ee (patch) | |
tree | b6a0553bb254ec527bf351da2742358f7bb00761 /src/path.c | |
parent | 7f2c1469f8565fa8809c03aa7aa0ffae90a99c66 (diff) | |
download | libgit2-95746a57c70a4020a2025f9a3ad3700386d286ee.tar.gz |
Fix a couple function signatures
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c index 72cb289e0..18b4f03fd 100644 --- a/src/path.c +++ b/src/path.c @@ -1399,7 +1399,7 @@ int git_path_dirload( git_vector *contents, const char *path, size_t prefix_len, - unsigned int flags) + uint32_t flags) { git_path_diriter iter = GIT_PATH_DIRITER_INIT; const char *name; |