]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sub-process.h
Merge branch 'dl/apply-3way-diff3'
[thirdparty/git.git] / sub-process.h
index 0d12708b8cc921a86e83cae6f194dfbaeeea68e4..e85f21fa1a7c2bc59f032b5b2a2cffd6cab771a5 100644 (file)
@@ -24,7 +24,7 @@
 
 /* Members should not be accessed directly. */
 struct subprocess_entry {
-       struct hashmap_entry ent; /* must be the first member! */
+       struct hashmap_entry ent;
        const char *cmd;
        struct child_process process;
 };