aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-08-19 15:12:54 +0000
committerdan <dan@noemail.net>2010-08-19 15:12:54 +0000
commita1f8da184818cca1c652dfdc35ffffeb43dab790 (patch)
tree84380a7f3d236a89912c22379fb5de367713746d /src
parenta35dafcdeac215ffbe129fc03557da81624d7737 (diff)
parent8128bb29103504fe5ca9c2c405849eb48ec12f61 (diff)
downloadsqlite-a1f8da184818cca1c652dfdc35ffffeb43dab790.tar.gz
sqlite-a1f8da184818cca1c652dfdc35ffffeb43dab790.zip
Merge two leaves.
FossilOrigin-Name: b03091fc3592896fcf1ec563ae9682a8e0a05baa
Diffstat (limited to 'src')
-rw-r--r--src/btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree.c b/src/btree.c
index 7a4105712..f6110a911 100644
--- a/src/btree.c
+++ b/src/btree.c
@@ -5560,7 +5560,7 @@ static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){
assert( pPage->nOverflow==1 );
/* This error condition is now caught prior to reaching this function */
- if( NEVER(pPage->nCell<=0) ) return SQLITE_CORRUPT_BKPT;
+ if( pPage->nCell<=0 ) return SQLITE_CORRUPT_BKPT;
/* Allocate a new page. This page will become the right-sibling of
** pPage. Make the parent page writable, so that the new divider cell