diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:42 +0000 |
commit | 0533d011af709fa9f7b44479c3a1d5ab6c590632 (patch) | |
tree | a776853342ea82941799902e47e2b164907fd4f1 /configure | |
parent | ef67d8f582db6a1f06388f6f4c817b6d5b613a67 (diff) | |
download | ntapi-0533d011af709fa9f7b44479c3a1d5ab6c590632.tar.bz2 ntapi-0533d011af709fa9f7b44479c3a1d5ab6c590632.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 |