This commit is contained in:
Pierre Joye 2010-08-09 07:32:21 +00:00
parent 904b9282fe
commit 1e26362d4b

View File

@ -76,7 +76,7 @@ PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{
if (i == size) {
return SUCCESS;
}
}
}
return FAILURE;
}
/* }}} */