From: Andrey Hristov Date: Thu, 10 Jun 2010 09:37:58 +0000 (+0000) Subject: void functions return nothing X-Git-Tag: php-5.3.3RC1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e692080fc5c497f0477733c0030633e20c7e4c92;p=php void functions return nothing --- diff --git a/ext/mysqlnd/mysqlnd_ps.c b/ext/mysqlnd/mysqlnd_ps.c index d43e20e778..5f97c34040 100644 --- a/ext/mysqlnd/mysqlnd_ps.c +++ b/ext/mysqlnd/mysqlnd_ps.c @@ -2016,7 +2016,7 @@ mysqlnd_stmt_separate_one_result_bind(MYSQLND_STMT * const s, unsigned int param MYSQLND_STMT_DATA * stmt = s? s->data:NULL; DBG_ENTER("mysqlnd_stmt_separate_one_result_bind"); if (!stmt) { - DBG_RETURN(FAIL); + DBG_VOID_RETURN; } DBG_INF_FMT("stmt=%lu result_bind=%p field_count=%u param_no=%d", stmt->stmt_id, stmt->result_bind, stmt->field_count, param_no);