summaryrefslogtreecommitdiff
path: root/ext/standard/lcg.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-02-24 08:07:29 +0000
committerEgon Schmid <eschmid@php.net>2000-02-24 08:07:29 +0000
commit7da7a50c69b6f95609e81b2eb156640a5a5c4cb0 (patch)
treef167134c1d23dea4f1852e63ed9d463e0c1d8738 /ext/standard/lcg.c
parent3b5efa05f7a6ddc3dc8fdfff9d902f9ecd0116c1 (diff)
downloadphp-git-7da7a50c69b6f95609e81b2eb156640a5a5c4cb0.tar.gz
More protos.
Diffstat (limited to 'ext/standard/lcg.c')
-rw-r--r--ext/standard/lcg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c
index 3122dd30da..6be0a24227 100644
--- a/ext/standard/lcg.c
+++ b/ext/standard/lcg.c
@@ -80,7 +80,7 @@ static int php_minit_lcg(INIT_FUNC_ARGS)
}
/* {{{ proto double lcg_value()
- returns a value from the combined linear congruential generator */
+ Returns a value from the combined linear congruential generator */
PHP_FUNCTION(lcg_value)
{
RETURN_DOUBLE(php_combined_lcg());