Fix warning message

This commit is contained in:
Holger Vogt 2024-08-28 16:05:56 +02:00
parent c2c35b56a4
commit 8e8716abc7
1 changed files with 1 additions and 1 deletions

View File

@ -8658,7 +8658,7 @@ static void inp_check_syntax(struct card *deck)
static bool nesting_once = TRUE;
if (!bugcard) {
fprintf(cp_err, "\nEmpty netlist!\n\n");
fprintf(cp_err, "\nWarning: Empty netlist!\n\n");
return;
}