diff options
Diffstat (limited to 'src/checkout.c')
-rw-r--r-- | src/checkout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkout.c b/src/checkout.c index 6835db073..68028dfef 100644 --- a/src/checkout.c +++ b/src/checkout.c @@ -770,7 +770,7 @@ static int blob_content_to_link( int error; if ((error = git_futils_mkpath2file(path, dir_mode)) < 0) - return error; + return error; if ((error = git_blob__getbuf(&linktarget, blob)) < 0) return error; |