Skip to content

Commit bcb15a3

Browse files
committed
Fix CRLF line-endings in tests
Also fix a single instance of CRLF in ibase_query.c.
1 parent 0be3295 commit bcb15a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibase_query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ PHP_FUNCTION(ibase_num_fields)
18871887

18881888
if (type == le_query) {
18891889
ibase_query *ib_query;
1890-
1890+
18911891
ib_query = (ibase_query *)zend_fetch_resource_ex(result, LE_QUERY, le_query);
18921892
sqlda = ib_query->out_sqlda;
18931893
} else {

0 commit comments

Comments
 (0)