diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-06 18:59:22 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-06 18:59:22 +0000 |
commit | c1626365f946cf136fe052e2fc75fb7027963abf (patch) | |
tree | 1b757a4236dea10849078bf96cee163c23a72afb /ext/standard/formatted_print.c | |
parent | 552ee2a247fabfd5a61c9898681c422d6a226411 (diff) | |
download | php-git-c1626365f946cf136fe052e2fc75fb7027963abf.tar.gz |
proto fixes
Diffstat (limited to 'ext/standard/formatted_print.c')
-rw-r--r-- | ext/standard/formatted_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index 2dc49c0640..14c9fc1d5d 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -687,7 +687,7 @@ PHP_FUNCTION(user_printf) } /* }}} */ -/* {{{ proto int printf(string format, array args) +/* {{{ proto int vprintf(string format, array args) Output a formatted string */ PHP_FUNCTION(vprintf) { |