mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Add semicolon to INTERFACE declaration.
This commit is contained in:
parent
66d22cfe03
commit
31a7daae9e
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,10 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $Id: bus_if.m,v 1.2 1998/07/12 16:20:51 dfr Exp $
|
||||
# $Id: bus_if.m,v 1.3 1998/09/16 08:25:56 dfr Exp $
|
||||
#
|
||||
|
||||
INTERFACE bus
|
||||
INTERFACE bus;
|
||||
|
||||
#
|
||||
# This is called from system code which prints out a description of a
|
||||
|
|
|
|||
Loading…
Reference in a new issue