1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
This commit is contained in:
Pierre Joye
2010-08-09 07:32:21 +00:00
parent 904b9282fe
commit 1e26362d4b
+1 -1
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;
}
/* }}} */