From c5fec9e09d313b1812791e9a1c27cf422a1a8807 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Tue, 1 Jul 2014 01:57:01 +0300 Subject: [PATCH] Add newline at end of file to prevent compilation warning The newline was removed at commit 50d50c2f --- Zend/zend_vm_opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h index 331bc7a187d..5e4bf4d05ac 100644 --- a/Zend/zend_vm_opcodes.h +++ b/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 \ No newline at end of file +#endif