Skip to content

Commit 2016f8a

Browse files
committed
Fix bad merge
1 parent 1db9b17 commit 2016f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tarantool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tarantool_stream_send(tarantool_object *obj TSRMLS_DC) {
121121
* See https://bugs.launchpad.net/tarantool/+bug/1182474
122122
*/
123123
static size_t
124-
tarantool_stream_read(tarantool_connection *obj, char *buf, size_t size) {
124+
tarantool_stream_read(tarantool_object *obj, char *buf, size_t size) {
125125
return tntll_stream_read2(obj->stream, buf, size);
126126
}
127127

0 commit comments

Comments
 (0)