From 3ca7eb74851407fd93b056aa6a8fc17aeaeb3146 Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Wed, 14 Jun 2000 05:11:16 +0000 Subject: [PATCH] # Prevent Hartmut finding this until it is actually implemented... --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ecce71aa3fa..7ac96b6afff 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -513,7 +513,7 @@ PHP_FUNCTION(imagecreatefromxbm) } /* }}} */ -/* {{{ proto int imagecreatefromxpm(string filename) +/* {{{ droto int imagecreatefromxpm(string filename) Create a new image from XPM file or URL */ PHP_FUNCTION(imagecreatefromxpm) {