mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix harmless compiler warnings.
FossilOrigin-Name: 61095b5bcb5c30d29f03efa5b4809e3a0b780ed57e35227c292aab9dd1cfe3f6
This commit is contained in:
@@ -837,7 +837,6 @@ void sqlite3TreeViewBareIdList(
|
||||
int moreToFollow = i<pList->nId - 1;
|
||||
if( zName==0 ) zName = "(null)";
|
||||
sqlite3TreeViewPush(&pView, moreToFollow);
|
||||
moreToFollow = 0;
|
||||
sqlite3TreeViewLine(pView, 0);
|
||||
fprintf(stdout, "%s (%d)\n", zName, pList->a[i].idx);
|
||||
sqlite3TreeViewPop(&pView);
|
||||
|
||||
Reference in New Issue
Block a user