From: Fabian Keil Date: Wed, 29 Jun 2011 20:30:18 +0000 (+0000) Subject: Remove a stray exit(0) X-Git-Tag: v_3_0_18~189 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=6865dcf464b517a99ab8da6e8ece5cde409db474 Remove a stray exit(0) --- diff --git a/tools/uagen.pl b/tools/uagen.pl index fe1c27cf..48ea696d 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -3,7 +3,7 @@ ############################################################################################## # uagen (http://www.fabiankeil.de/sourcecode/uagen/) # -# $Id: uagen.pl,v 1.15 2011/06/29 20:29:29 fabiankeil Exp $ +# $Id: uagen.pl,v 1.16 2011/06/29 20:29:58 fabiankeil Exp $ # # Generates a pseudo-random Firefox user agent and writes it into a Privoxy action file # and optionally into a Mozilla prefs file. For documentation see 'perldoc uagen(.pl)'. @@ -440,7 +440,6 @@ sub main() { } main(); -exit(0); =head1 NAME