]> granicus.if.org Git - php/commitdiff
typo
authorSascha Schumann <sas@php.net>
Sat, 3 Jul 1999 02:34:09 +0000 (02:34 +0000)
committerSascha Schumann <sas@php.net>
Sat, 3 Jul 1999 02:34:09 +0000 (02:34 +0000)
Zend/zend_extensions.c

index fe18028e9c69f77a240b99a3ada0ff61c4e6078e..64872c0a6a3a649f125f7b806dba70446ec3aee6 100644 (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
 }