diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:43 +0000 |
commit | d3d9b0a760960ddf98cba571a33ae2a3eb01aa83 (patch) | |
tree | 09f88598265f4655f49be5c382d9cd876b6ff2ef /configure | |
parent | 59b251b79c65431c0959a9f6602f57e835d40f5f (diff) | |
download | ptycon-d3d9b0a760960ddf98cba571a33ae2a3eb01aa83.tar.bz2 ptycon-d3d9b0a760960ddf98cba571a33ae2a3eb01aa83.tar.xz |
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -932,7 +932,7 @@ config_host() mb_cfghost_cflags="$mb_cfghost_cflags -ffreestanding" mb_cfghost_cflags="$mb_cfghost_cflags -nostdlib" else - printf 'int main(void){return 0;}' \ + printf 'int main(void){return 0;}\n' \ > "$mb_cfghost_tmpname" fi |