diff options
author | Wez Furlong <wez@php.net> | 2002-03-16 01:28:57 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-16 01:28:57 +0000 |
commit | 09213d7bf88d0f947d7e89fa1af91e43edd36bb7 (patch) | |
tree | b000df5886d216533bf2a999197a3d71670acbe7 /ext/pgsql/pgsql.c | |
parent | a1667db82da02610d26d05278601a0d381ee4f6d (diff) | |
download | php-git-09213d7bf88d0f947d7e89fa1af91e43edd36bb7.tar.gz |
change * formatting
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 35d31bcae5..43eae5d0d4 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1435,7 +1435,7 @@ PHP_FUNCTION(pg_trace) PGconn *pgsql; char *mode = "w"; FILE *fp; - php_stream * stream; + php_stream *stream; id = PGG(default_link); switch (ZEND_NUM_ARGS()) { |