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 | ab8e74a0c83b7ddf99325e185e1aa697b855f25c (patch) | |
| tree | 08d07f9535a1909664b3debe0ee9a02d5d7b8b76 /win32/winutil.c | |
| parent | 84bc1c8593861e6027488dd71de0ed7d7a4af172 (diff) | |
| download | php-git-ab8e74a0c83b7ddf99325e185e1aa697b855f25c.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; } /* }}} */ |
