git: Fix comment in new patch
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
+/*
|
||||
+ * Always duplicates `path` even if no conversion was performed.
|
||||
+ * Avoids duplicating `path` if not needed unless `always_dupe` is non-zero.
|
||||
+ */
|
||||
+char *maybe_xstrdup_cyg_conv_path(const char *path, int always_dupe)
|
||||
+{
|
||||
|
||||
Reference in New Issue
Block a user