From f6238ee6642d0b9362b8cb0012606ba0e10d1f58 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 1 Feb 2008 11:09:34 +0000 Subject: [PATCH] fix compile warning (No newline at end of file) --- ext/phar/stub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/stub.h b/ext/phar/stub.h index 3cd0921047..ac679f3aa4 100644 --- a/ext/phar/stub.h +++ b/ext/phar/stub.h @@ -30,4 +30,4 @@ static inline void phar_get_stub(const char *index_php, const char *web, size_t static const int newstub_len = 6581; *len = spprintf(stub, name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s", newstub0, web, newstub1_0, newstub1_1, index_php, newstub2, name_len + web_len + newstub_len, newstub3_0, newstub3_1); -} \ No newline at end of file +} -- 2.40.0