Skip to content

Commit e692080

Browse files
committed
void functions return nothing
1 parent cac310d commit e692080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd_ps.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ mysqlnd_stmt_separate_one_result_bind(MYSQLND_STMT * const s, unsigned int param
20162016
MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
20172017
DBG_ENTER("mysqlnd_stmt_separate_one_result_bind");
20182018
if (!stmt) {
2019-
DBG_RETURN(FAIL);
2019+
DBG_VOID_RETURN;
20202020
}
20212021
DBG_INF_FMT("stmt=%lu result_bind=%p field_count=%u param_no=%d",
20222022
stmt->stmt_id, stmt->result_bind, stmt->field_count, param_no);

0 commit comments

Comments
 (0)