summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/cybercash/cybercash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cybercash/cybercash.c b/ext/cybercash/cybercash.c
index d7bd433c6f..8c9537c9df 100644
--- a/ext/cybercash/cybercash.c
+++ b/ext/cybercash/cybercash.c
@@ -72,7 +72,7 @@ PHP_MINFO_FUNCTION(cybercash)
}
/* }}} */
-/* {{{ proto cybercash_encr(string wmk, string sk, string data)
+/* {{{ proto array cybercash_encr(string wmk, string sk, string data)
Cybercash encrypt */
PHP_FUNCTION(cybercash_encr)
{