X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=remote.h;h=0e1d2b245b655602a9b2ee4e37e43914bc69ec59;hb=e3cf08361ae5a277d4cdfbd923f63e8c18634032;hp=83e885672ba968309c17341b2067f6863acfaaf9;hpb=7a779ca2f89a33f405029ac30891cec769b08d2e;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;