X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=compat%2Fmingw.c;fp=compat%2Fmingw.c;h=9e59a56f2702f55673a4a0f81857b0ff382e23aa;hb=4eb1ccecd4f809d0e783b941ed1283ecb2778e09;hp=901375d58415a3ae21f03a15e7b78da6f8b08efa;hpb=83d5e3341b69b3116675f13d2fab208a12c79e27;p=thirdparty%2Fgit.git diff --git a/compat/mingw.c b/compat/mingw.c index 901375d584..9e59a56f27 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -2749,7 +2749,7 @@ int is_path_owned_by_current_sid(const char *path, struct strbuf *report) /* * On FAT32 volumes, ownership is not actually recorded. */ - strbuf_addf(report, "'%s' is on a file system that does" + strbuf_addf(report, "'%s' is on a file system that does " "not record ownership\n", path); } else if (report) { LPSTR str1, str2, to_free1 = NULL, to_free2 = NULL;