X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=remote.h;h=0e1d2b245b655602a9b2ee4e37e43914bc69ec59;hp=83e885672ba968309c17341b2067f6863acfaaf9;hb=d9800351d3386db0c306fde03976d8475d7409a6;hpb=d7267d55ef03c5b496901e2addf2f0a5da0f9cc3 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;