mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-23 20:34:36 +02:00
add missing line-end semi-colon
This commit is contained in:
parent
5c6a6077da
commit
3b7f9b30bd
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# A simple script to perform a series of tests on a
|
||||
# list of web sites.
|
||||
|
||||
:global Filename "ch10-04-bad-script.rsc"
|
||||
:global Filename "ch10-04-bad-script.rsc";
|
||||
|
||||
# function to log error message
|
||||
:global LogMessageFunc do={
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# A simple script to perform a series of tests on a
|
||||
# list of web sites.
|
||||
|
||||
:global Filename "ch10-04-bad-script.rsc"
|
||||
:global Filename "ch10-04-bad-script.rsc";
|
||||
|
||||
# function to log error message
|
||||
:global LogMessageFunc do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue