remove linker warning.

This commit is contained in:
Holger Vogt 2026-04-24 15:58:05 +02:00
parent 5490c3c33d
commit 597358f4a8
1 changed files with 1 additions and 1 deletions

View File

@ -9923,7 +9923,7 @@ static void inp_meas_control(struct card* card)
{
int is_control = 0;
static int replaceno = 1;
struct card* prevcard;
struct card* prevcard = NULL;
for (; card; prevcard = card, card = card->nextcard) {