From 9beff67cde1ac6ebe6f1144646e81a96fde98e02 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 5 Feb 2016 12:13:50 +0100 Subject: [PATCH 1/1] add missing ; in example --- bin/fcscs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fcscs b/bin/fcscs index 84d526c..6a09981 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -1394,7 +1394,7 @@ Example: } return $result; - } + }; # Also update initial mode to use our new "URL mode". $config{setting}{initial_mode} = $config{mapping}{mode}{u}; -- 2.43.2