Align 'implicit-function-declaration' option comment with other comments (cosmetic change)
This commit is contained in:
parent
6d559d651f
commit
b68df809eb
1 changed files with 1 additions and 1 deletions
2
tcc.c
2
tcc.c
|
@ -98,7 +98,7 @@ static const char help2[] =
|
||||||
" error stop after first warning\n"
|
" error stop after first warning\n"
|
||||||
" unsupported warn about ignored options, pragmas, etc.\n"
|
" unsupported warn about ignored options, pragmas, etc.\n"
|
||||||
" write-strings strings are const\n"
|
" write-strings strings are const\n"
|
||||||
" implicit-function-declaration warn for missing prototype (*)\n"
|
" implicit-function-declaration warn for missing prototype (*)\n"
|
||||||
"-f[no-]... flags:\n"
|
"-f[no-]... flags:\n"
|
||||||
" unsigned-char default char is unsigned\n"
|
" unsigned-char default char is unsigned\n"
|
||||||
" signed-char default char is signed\n"
|
" signed-char default char is signed\n"
|
||||||
|
|
Loading…
Reference in a new issue