]> granicus.if.org Git - php/commitdiff
fix compile warning (No newline at end of file)
authorAntony Dovgal <tony2001@php.net>
Fri, 1 Feb 2008 11:09:34 +0000 (11:09 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 1 Feb 2008 11:09:34 +0000 (11:09 +0000)
ext/phar/stub.h

index 3cd0921047af588380afd77d6313a630d71189f4..ac679f3aa48c2b698175cbe8de9e037183cbf9e9 100644 (file)
@@ -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
+}