diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-08 08:52:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-08 08:52:16 +0200 |
commit | 277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2 (patch) | |
tree | 613693df1a0eaba807948a3910dab046fecd77a6 /help.h | |
parent | Merge branch 'jc/cc-ld-dynpath' (diff) | |
parent | Add help.autocorrect to enable/disable autocorrecting (diff) | |
download | git-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.tar.xz git-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.zip |
Merge branch 'ar/autospell'
* ar/autospell:
Add help.autocorrect to enable/disable autocorrecting
git wrapper: DWIM mistyped commands
Diffstat (limited to 'help.h')
-rw-r--r-- | help.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |