Browse Source

Add newline at end of file to prevent compilation warning

The newline was removed at commit 50d50c2f
PHP-5.4.31
Lior Kaplan 12 years ago
committed by Stanislav Malyshev
parent
commit
c5fec9e09d
  1. 2
      Zend/zend_vm_opcodes.h

2
Zend/zend_vm_opcodes.h

@ -165,4 +165,4 @@ ZEND_API const char *zend_get_opcode_name(zend_uchar opcode);
#define ZEND_QM_ASSIGN_VAR 157
#define ZEND_JMP_SET_VAR 158
#endif
#endif
Loading…
Cancel
Save