mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
sbin/sconfig/sconfig.c:909:5: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
exit (-1);
^
sbin/sconfig/sconfig.c:907:6: note: previous statement is here
} else
^
The intent was to group the exit() call with the previous fprintf()
call.
MFC after: 3 days
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| sconfig.8 | ||
| sconfig.c | ||