diff options
Diffstat (limited to 'ext/cybermut/cybermut.c')
| -rw-r--r-- | ext/cybermut/cybermut.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cybermut/cybermut.c b/ext/cybermut/cybermut.c index f05ef9420f..ab23da0bb8 100644 --- a/ext/cybermut/cybermut.c +++ b/ext/cybermut/cybermut.c @@ -169,7 +169,7 @@ PHP_FUNCTION(cybermut_creerreponsecm)  	CreerReponseCM( Z_STRVAL_PP(phrase), buf); -	RETURN_STRING (buf,1); +	RETURN_STRING (buf, 1);  }  /* }}} */  | 
