X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=help.h;h=56bc15406ffc55115fa1c827e0d1d5a7e74c516d;hb=a904392eaeee1629c0ac14dae8e579bb8497636a;hp=2733433bf0c74a4d1297a0b3dd6435ac00c872f2;hpb=53b543ab8218cede7fb9383298c00dcef663692c;p=git.git diff --git a/help.h b/help.h index 2733433bf..56bc15406 100644 --- a/help.h +++ b/help.h @@ -5,7 +5,7 @@ struct cmdnames { int alloc; int cnt; struct cmdname { - size_t len; + size_t len; /* also used for similarity index in help.c */ char name[FLEX_ARRAY]; } **names; };