diff options
| author | Andi Gutmans <andi@php.net> | 2002-08-23 22:11:10 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2002-08-23 22:11:10 +0000 |
| commit | f976590420315027d8fae80442cd8912a8f1e9a0 (patch) | |
| tree | b5531fc7bf5befb3d6b778bb1fd9a7f1ec436dde | |
| parent | 3844b6af97cfc11629db6053fc6c63cd96160caa (diff) | |
| download | php-git-f976590420315027d8fae80442cd8912a8f1e9a0.tar.gz | |
- Add \n to configure fprintf
| -rw-r--r-- | Zend/Zend.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
