mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 15:13:10 +01:00
Delete superfluous semicolon.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f68f47d01b
commit
d3a1dc1e2a
@ -51,7 +51,7 @@ setstatedir() {
|
||||
elif [ $PRODUCT = shorewall6 ]; then
|
||||
${SBINDIR}/shorewall -6 compile
|
||||
else
|
||||
return 1;
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user