1
0
mirror of https://github.com/lenticularis39/axpbox.git synced 2026-01-11 23:53:28 +00:00

Fix typo in example configuration file

Add semicolons to adapter examples.
This commit is contained in:
Tomáš Glozar 2021-07-07 06:57:34 +02:00 committed by GitHub
parent 85834441a5
commit 35bdcd3dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,10 +291,10 @@ sys0 = tsunami {
// enter the name indicated on this line.
//
// Windows syntax:
// adapter = "\Device\NPF_{F266CDC2-6BA2-43D8-8B00-1C468F737ED7}"
// adapter = "\Device\NPF_{F266CDC2-6BA2-43D8-8B00-1C468F737ED7}";
//
// Linux syntax:
// adapter = "eth0"
// adapter = "eth0";
// adapter = "\Device\NPF_{F266CDC2-6BA2-43D8-8B00-1C468F737ED7}";