From: Andi Gutmans Date: Fri, 23 Aug 2002 22:11:10 +0000 (+0000) Subject: - Add \n to configure fprintf X-Git-Tag: RELEASE_0_91~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f976590420315027d8fae80442cd8912a8f1e9a0;p=php - Add \n to configure fprintf --- diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 2f49e45c09..84a80af285 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -209,7 +209,7 @@ int main() } fp = fopen("conftest.zend", "w"); - fprintf(fp, "%d %d", ZEND_MM_ALIGNMENT, zeros); + fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros); fclose(fp); exit(0);