Browse Source

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

PHP-4.0.5
Sascha Schumann 27 years ago
parent
commit
7a2d83acdc
  1. 3
      Zend/zend.c

3
Zend/zend.c

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