improve comment

This commit is contained in:
Holger Vogt 2023-06-13 20:06:27 +02:00
parent a28784d6d7
commit 4421d95379
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;