diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:40 +0000 |
commit | f73371d5416864354a7156de674e7057fdaa05b9 (patch) | |
tree | e0ecaccf360a71970c7d122dab028063a729a919 /configure | |
parent | 533c4ede8336f32de56f77778abf6d4a5b3a2996 (diff) | |
download | apimagic-f73371d5416864354a7156de674e7057fdaa05b9.tar.bz2 apimagic-f73371d5416864354a7156de674e7057fdaa05b9.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 |