From: Simon Ruderich Date: Fri, 5 Feb 2016 11:13:50 +0000 (+0100) Subject: add missing ; in example X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=9beff67cde1ac6ebe6f1144646e81a96fde98e02;hp=f8f4df0cce55635ba729abd26099e5af6f6e14cf add missing ; in example --- 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};