mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
Remove incorrect semicolon. Bug 289050, patch by lvcipriani@yahoo.com, r=jan,
sr=bzbarsky, a=shaver
This commit is contained in:
parent
5a1aa99118
commit
21d521941e
@ -2218,7 +2218,7 @@ mozSqlResultStream::ReadSegments(nsWriteSegmentFun aWriter, void* aClosure, PRUi
|
||||
aCount = mBuffer.Length() - mPosition;
|
||||
|
||||
rv = aWriter(this, aClosure, mBuffer.get() + mPosition, 0, aCount, _retval);
|
||||
if (NS_SUCCEEDED(rv));
|
||||
if (NS_SUCCEEDED(rv))
|
||||
mPosition += aCount;
|
||||
|
||||
return NS_OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user