From f73371d5416864354a7156de674e7057fdaa05b9 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 7 Mar 2024 06:38:16 +0000 Subject: build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration). --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d7daf8d..839d8b3 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3