mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
typo
This commit is contained in:
parent
081da5006e
commit
8b51ad8157
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ int zend_load_extension(char *path)
|
|||
return SUCCESS;
|
||||
#else
|
||||
fprintf(stderr, "Extensions are not supported on this platform.\n");
|
||||
return FAILURE
|
||||
return FAILURE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue