X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=remote.h;h=0e1d2b245b655602a9b2ee4e37e43914bc69ec59;hb=d9800351d3386db0c306fde03976d8475d7409a6;hp=83e885672ba968309c17341b2067f6863acfaaf9;hpb=3ff6af7753287f2cac8261ae5184c3381373b836;p=thirdparty%2Fgit.git diff --git a/remote.h b/remote.h index 83e885672b..0e1d2b245b 100644 --- a/remote.h +++ b/remote.h @@ -14,7 +14,7 @@ enum { }; struct remote { - struct hashmap_entry ent; /* must be first */ + struct hashmap_entry ent; const char *name; int origin, configured_in_repo;