subsys/net: Labels cannot be applied to declarations
C only permits labels on statements, not declarations. Separate the
declarations from the assignments so that the labels can target
statements instead.
Signed-off-by:
Keith Packard <keithp@keithp.com>
Loading
Please sign in to comment