From fb6a1b8b83e30ad07c765227f361f96179eb94e4 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Wed, 19 Jan 2000 09:38:45 +0000 Subject: RETURN_NULL -> RETURN_NULL() // we don't want macros without an argumnet --- ext/oracle/oracle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/oracle/oracle.c') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 1b132dd5ff..9ea20da242 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -1385,7 +1385,7 @@ PHP_FUNCTION(ora_getcolumn) type = column->dbtype; if (column->col_retcode == 1405) { - RETURN_NULL; + RETURN_NULL(); } if (column->col_retcode != 0 && column->col_retcode != 1406) { -- cgit v1.2.1