summaryrefslogtreecommitdiff
path: root/ext/swf/swf.c
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-05-16 07:54:10 +0000
committerUwe Steinmann <steinm@php.net>2000-05-16 07:54:10 +0000
commit31be4865392f697e016b2314903979a5c54e49a0 (patch)
tree2a8bd1aa093f96d014ab3f1210fb227c157840e1 /ext/swf/swf.c
parentf615ec59cbee859b60120d35a56bd7c672eeb118 (diff)
downloadphp-git-31be4865392f697e016b2314903979a5c54e49a0.tar.gz
- fixed prototype
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r--ext/swf/swf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c
index 4a204fddd3..5b01fb340b 100644
--- a/ext/swf/swf.c
+++ b/ext/swf/swf.c
@@ -472,7 +472,7 @@ PHP_FUNCTION(swf_defineline)
}
/* }}} */
-/* {{{ proto void swf_defineline(int objid, double x1, double y1, double x2, double y2, double width)
+/* {{{ proto void swf_definerect(int objid, double x1, double y1, double x2, double y2, double width)
Create a rectangle with object id, objid, the upper lefthand coordinate is given by x1, y1 the bottom right coordinate is x2, y2 and with is the width of the line */
PHP_FUNCTION(swf_definerect)
{