changeset 68:07129a3240e5

Fixing missing semicolon
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 21 Nov 2009 12:47:54 +0000
parents 5db6fd5ffe17
children 3455a0ab9264
files skillbot.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sat Nov 21 12:41:20 2009 +0000
+++ b/skillbot.pl	Sat Nov 21 12:47:54 2009 +0000
@@ -491,7 +491,7 @@
 	# return if (timestamp_in_downtime(time));
 
 	my $char_skill;
-	eval { $char_skill = $f->{char_api}->skill; }
+	eval { $char_skill = $f->{char_api}->skill; };
 	warn $@ if $@;
 	
 	# Sometimes this is undefined if there's an API error, try later