From 3e6d9e72d45b18879a14892dec0e7ff2f4de0994 Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Fri, 1 Feb 2008 14:38:45 +0000 Subject: [PATCH] Generate newline at end of stub.h --- ext/phar/makestub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0