]> granicus.if.org Git - php/commitdiff
Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).
authorSascha Schumann <sas@php.net>
Tue, 6 Jun 2000 02:47:43 +0000 (02:47 +0000)
committerSascha Schumann <sas@php.net>
Tue, 6 Jun 2000 02:47:43 +0000 (02:47 +0000)
Zend/zend_API.c

index c856b6672dde3190d70fd485e2c765d5e1835662..e0040713c41cd2f93ad775f6e907e8ae348d0d68 100644 (file)
@@ -25,7 +25,7 @@
 #include "zend_constants.h"
 
 #ifdef HAVE_STDARG_H
-# include <stdarg.h>
+#include <stdarg.h>
 #endif
 
 /* these variables are true statics/globals, and have to be mutex'ed on every access */
@@ -952,4 +952,4 @@ ZEND_API int zend_disable_function(char *function_name, uint function_name_lengt
        }
        disabled_function[0].fname = function_name;
        return zend_register_functions(disabled_function, CG(function_table));
-}
\ No newline at end of file
+}