Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petk authored and dstogov committed Feb 20, 2019
1 parent e765e9a commit a3e3fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ffi/ffi.c
Expand Up @@ -4774,7 +4774,7 @@ zend_module_entry ffi_module_entry = {
NULL, /* ZEND_RINIT - Request initialization */
ZEND_RSHUTDOWN(ffi), /* ZEND_RSHUTDOWN - Request shutdown */
ZEND_MINFO(ffi), /* ZEND_MINFO - Module info */
PHP_FFI_VERSION, /* Version */
PHP_VERSION, /* Version */
ZEND_MODULE_GLOBALS(ffi),
ZEND_GINIT(ffi),
ZEND_GSHUTDOWN(ffi),
Expand Down

0 comments on commit a3e3fa7

Please sign in to comment.