Skip to content

Commit 3b7f9b3

Browse files
committed
add missing line-end semi-colon
1 parent 5c6a607 commit 3b7f9b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/v6/ch10-04-bad-script.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# A simple script to perform a series of tests on a
44
# list of web sites.
55

6-
:global Filename "ch10-04-bad-script.rsc"
6+
:global Filename "ch10-04-bad-script.rsc";
77

88
# function to log error message
99
:global LogMessageFunc do={

scripts/v7/ch10-04-bad-script.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# A simple script to perform a series of tests on a
44
# list of web sites.
55

6-
:global Filename "ch10-04-bad-script.rsc"
6+
:global Filename "ch10-04-bad-script.rsc";
77

88
# function to log error message
99
:global LogMessageFunc do={

0 commit comments

Comments
 (0)