Skip to content

Commit

Permalink
tcc -hh: missing \n
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Mar 11, 2025
1 parent 6ec4a10 commit f075851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static const char help2[] =
#if defined(TCC_TARGET_MACHO)
" -install_name= set DT_SONAME elf tag (soname macOS alias)\n"
#else
" -Ipath, -dynamic-linker=path set ELF interpreter to path"
" -Ipath, -dynamic-linker=path set ELF interpreter to path\n"
#endif
" -Bsymbolic set DT_SYMBOLIC elf tag\n"
" -oformat=[elf32/64-* binary] set executable output format\n"
Expand Down

0 comments on commit f075851

Please sign in to comment.