1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?

This commit is contained in:
Egon Schmid
2000-06-19 22:12:57 +00:00
parent 8741aa825d
commit 772e4fa41a
+1 -1
View File
@@ -177,7 +177,7 @@ typedef enum {
} iv_source;
/* {{{ proto string mcrypt_create_iv(int size, int source)
Create an initializing vector (iv) */
Create an initializing vector (IV) */
PHP_FUNCTION(mcrypt_create_iv)
{
pval **size, **psource;