Skip to content

Commit 0775804

Browse files
committed
Add missing return.
Signed-off-by: Jan Losinski <[email protected]>
1 parent c681dcf commit 0775804

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LineBufferProxy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ class LineBufferProxy : public Print {
5252
start += fit;
5353
size -= fit;
5454
}
55+
56+
return start;
5557
}
5658

5759
protected:

0 commit comments

Comments
 (0)