Source file does not end with a newline. Some old compilers don't like that.

This commit is contained in:
Sascha Schumann 2000-05-01 22:36:10 +00:00
parent 0628b33278
commit 7a2d83acdc

View File

@ -590,4 +590,5 @@ ZEND_API void zend_error(int type, const char *format, ...)
va_end(args);
}
#endif
#endif