summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/crack/crack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/crack/crack.c b/ext/crack/crack.c
index 799489fc78..a2cf58d978 100644
--- a/ext/crack/crack.c
+++ b/ext/crack/crack.c
@@ -187,7 +187,7 @@ ZEND_FUNCTION(crack_closedict)
}
/* }}} */
-/* {{{ proto string crack_check([int dictionary, ] string password)
+/* {{{ proto string crack_check([int dictionary,] string password)
Performs an obscure check with the given password */
ZEND_FUNCTION(crack_check)
{
@@ -240,8 +240,8 @@ ZEND_FUNCTION(crack_check)
}
/* }}} */
-/* {{{ proto string crack_getlastmessage()
- Returns the message from the last obscure check. */
+/* {{{ proto string crack_getlastmessage(void)
+ Returns the message from the last obscure check */
ZEND_FUNCTION(crack_getlastmessage)
{
if (ZEND_NUM_ARGS() != 0) {