From 5761b71ecddd24b657e344ab72e4615087c445b0 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 13 Jun 2023 20:06:27 +0200 Subject: [PATCH] improve comment --- src/frontend/inp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index 264a95132..0b0c21f2c 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -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;