inet: Avoid label at end of compound statement in tst-if_nameindex

This fails to compile with GCC 8.
This commit is contained in:
Florian Weimer 2024-08-26 16:45:31 +02:00
parent f071795d80
commit 79f44e1a47

View File

@ -105,6 +105,7 @@ do_test (void)
TEST_VERIFY (errno == ENODEV);
not_this_one:
;
}