summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-06 02:47:43 +0000
committerSascha Schumann <sas@php.net>2000-06-06 02:47:43 +0000
commit458352954dec4fd5d75f55f31be2646626d4df6b (patch)
tree356e276bb1c11409c6f6b250660151e3085b955a /Zend/zend_API.c
parent88a0832a09ac813b386a72eddd90aca108a90476 (diff)
downloadphp-git-458352954dec4fd5d75f55f31be2646626d4df6b.tar.gz
Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index c856b6672d..e0040713c4 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -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
+}