improve comment

This commit is contained in:
Holger Vogt 2023-06-13 20:06:27 +02:00
parent a244e023c4
commit 5761b71ecd
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
}
for (dd = deck; dd; dd = dd->nextcard) {
/* first line is title line */
/* first line is title line, skip it */
if (deck == dd) {
prev_card = dd;
continue;