1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fixed warning "No new line at end of file"

This commit is contained in:
Xinchen Hui
2013-12-26 17:45:37 +08:00
parent ef56cfb991
commit d6713f3989
2 changed files with 2 additions and 2 deletions

View File

@@ -1216,7 +1216,7 @@ function gen_vm($def, $skel) {
fputs($f,"#define $op $code\n");
}
fputs($f, "\n#endif");
fputs($f, "\n#endif\n");
fclose($f);
echo "zend_vm_opcodes.h generated successfully.\n";

View File

@@ -171,4 +171,4 @@ ZEND_API const char *zend_get_opcode_name(zend_uchar opcode);
#define ZEND_FAST_RET 163
#define ZEND_RECV_VARIADIC 164
#endif
#endif