]> granicus.if.org Git - php/commitdiff
Generate newline at end of stub.h
authorSteph Fox <sfox@php.net>
Fri, 1 Feb 2008 14:38:45 +0000 (14:38 +0000)
committerSteph Fox <sfox@php.net>
Fri, 1 Feb 2008 14:38:45 +0000 (14:38 +0000)
ext/phar/makestub.php

index a75c8ca0308c78479b95e1845be051ead0d98f6c..41da0459509aedbf7e8c3192f2c4bd10b14219a4 100644 (file)
@@ -105,5 +105,5 @@ foreach ($s3split as $i => $unused) {
 $stub .= ");
 }";
 
-file_put_contents(dirname(__FILE__) . '/stub.h', $stub);
+file_put_contents(dirname(__FILE__) . '/stub.h', $stub."\n");
 ?>
\ No newline at end of file