]> ruderich.org/simon Gitweb - fcscs/fcscs.git/blobdiff - bin/fcscs
add missing ; in example
[fcscs/fcscs.git] / bin / fcscs
index 84d526cdefcffd9df2fa43dd3e9bf8b107c5e8ff..6a099816101a3dc2c813bea0ce74c121a97fbc08 100755 (executable)
--- 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};