diff options
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r-- | ext/standard/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index 5339d99319..00490f78e4 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -43,7 +43,7 @@ #ifdef PHP_WIN32 #include <process.h> -extern char *crypt(char *__key,char *__salt); +extern char *crypt(char *__key, char *__salt); #endif #include "php_lcg.h" |