This commit is contained in:
Sascha Schumann 1999-07-03 02:34:09 +00:00
parent 081da5006e
commit 8b51ad8157

View file

@ -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
}