From: Andreas Karajannis Date: Fri, 27 Aug 1999 08:46:23 +0000 (+0000) Subject: Typo fix X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eea00c086d4d2c5e65b4b557f2cfb699a81d243;p=php Typo fix --- diff --git a/ext/odbc/odbc.c b/ext/odbc/odbc.c index e3f7ebccf4..7143eba368 100644 --- a/ext/odbc/odbc.c +++ b/ext/odbc/odbc.c @@ -964,7 +964,7 @@ PHP_FUNCTION(odbc_fetch_into) RETURN_FALSE; } #else - pval *arg1, *arr, tmp; + pval *arg1, *arr, *tmp; numArgs = ARG_COUNT(ht);