From: Hartmut Holzgraefe Date: Sat, 15 Dec 2001 14:12:33 +0000 (+0000) Subject: proto fix X-Git-Tag: PRE_ISSET_PATCH~543 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72c7872e7f2f1be01c774c39a306ea05cc46d096;p=php proto fix --- diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index d743b6a835..66046dcae6 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -1131,7 +1131,7 @@ PHP_FUNCTION(cpdf_set_text_pos) /* }}} */ /* {{{ proto void cpdf_rotate_text(int pdfdoc, float angle) - Sets character spacing */ + Sets text rotation angle */ PHP_FUNCTION(cpdf_rotate_text) { pval *arg1, *arg2;