diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 22:36:10 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 22:36:10 +0000 |
commit | 7a2d83acdcb51e9a287e636eb80ef198319e814f (patch) | |
tree | 96db6d4efaf12c4a49a98b583525d04372f5a990 | |
parent | 0628b332782f45c9adde42771c52fcf97ec8d68c (diff) | |
download | php-git-7a2d83acdcb51e9a287e636eb80ef198319e814f.tar.gz |
Source file does not end with a newline. Some old compilers don't like that.
-rw-r--r-- | Zend/zend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c index 6e03c91b83..c2a1e5e261 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -590,4 +590,5 @@ ZEND_API void zend_error(int type, const char *format, ...) va_end(args); } -#endif
\ No newline at end of file +#endif + |