X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=help.h;h=56bc15406ffc55115fa1c827e0d1d5a7e74c516d;hb=baede9f803ff7becab815481b004bc983d0422c7;hp=2733433bf0c74a4d1297a0b3dd6435ac00c872f2;hpb=ff1e8bfcd69e5e0ee1a3167e80ef75b611f72123;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; };