]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
add missing ; in example
authorSimon Ruderich <simon@ruderich.org>
Fri, 5 Feb 2016 11:13:50 +0000 (12:13 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 5 Feb 2016 11:13:50 +0000 (12:13 +0100)
bin/fcscs

index 84d526cdefcffd9df2fa43dd3e9bf8b107c5e8ff..6a099816101a3dc2c813bea0ce74c121a97fbc08 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -1394,7 +1394,7 @@ Example:
         }
 
         return $result;
         }
 
         return $result;
-    }
+    };
     # Also update initial mode to use our new "URL mode".
     $config{setting}{initial_mode} = $config{mapping}{mode}{u};
 
     # Also update initial mode to use our new "URL mode".
     $config{setting}{initial_mode} = $config{mapping}{mode}{u};