From: Steph Fox Date: Fri, 1 Feb 2008 14:38:45 +0000 (+0000) Subject: Generate newline at end of stub.h X-Git-Tag: RELEASE_2_0_0a1~671 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e6d9e72d45b18879a14892dec0e7ff2f4de0994;p=php Generate newline at end of stub.h --- diff --git a/ext/phar/makestub.php b/ext/phar/makestub.php index a75c8ca030..41da045950 100644 --- a/ext/phar/makestub.php +++ b/ext/phar/makestub.php @@ -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