1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Fix typo for one instance of line number handling in the Lemon tool.

FossilOrigin-Name: 980be1730dc1239c63a107923bf2e32b4ec7d4bc31b9190e711cc35f18cc2bb4
This commit is contained in:
mistachkin
2019-09-11 15:25:26 +00:00
parent c204d81a6c
commit acf6e08d20
3 changed files with 9 additions and 9 deletions

View File

@ -4426,7 +4426,7 @@ void ReportTable(
}
i++;
}
if( j>0 ) fprintf(out, "\n"); lineno++;
if( j>0 ){ fprintf(out, "\n"); lineno++; }
fprintf(out, "};\n"); lineno++;
/* Output the yy_shift_ofst[] table */