From ae67ddc31852c004bee4807348d3a67a7b4a6d98 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 14 Mar 2000 21:47:47 +0000 Subject: [PATCH] One space character is enough. --- ext/oci8/oci8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 3a5eee5c18..4b30a4ebb8 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3139,7 +3139,7 @@ PHP_FUNCTION(ocicolumnprecision) /* }}} */ -/* {{{ proto mixed ocicolumntype(int stmt, int col) +/* {{{ proto mixed ocicolumntype(int stmt, int col) Tell the data type of a column */ PHP_FUNCTION(ocicolumntype) @@ -3202,7 +3202,7 @@ PHP_FUNCTION(ocicolumntype) /* }}} */ -/* {{{ proto mixed ocicolumntyperaw(int stmt, int col) +/* {{{ proto mixed ocicolumntyperaw(int stmt, int col) Tell the raw oracle data type of a column */ PHP_FUNCTION(ocicolumntyperaw) -- 2.40.0