diff options
author | Pierre Joye <pajoye@php.net> | 2010-08-09 07:32:21 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-08-09 07:32:21 +0000 |
commit | 1e26362d4b03e1670e2ffd0b136db5d90570d3c3 (patch) | |
tree | 2b77383e55caf1ebca6a4dbc88d970b9d26fb5eb /win32/winutil.c | |
parent | 904b9282fee046c5d224ef096540d0d817afcd38 (diff) | |
download | php-git-1e26362d4b03e1670e2ffd0b136db5d90570d3c3.tar.gz |
- WS
Diffstat (limited to 'win32/winutil.c')
-rw-r--r-- | win32/winutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winutil.c b/win32/winutil.c index b3bb90f16e..3fc2955ff8 100644 --- a/win32/winutil.c +++ b/win32/winutil.c @@ -76,7 +76,7 @@ PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ if (i == size) { return SUCCESS; } - } + } return FAILURE; } /* }}} */ |