From 288fd937be28795c108396fc1eb334f4c4934d4a Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 27 Jul 2007 20:24:32 +0000 Subject: [PATCH] syntax git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1349 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Exchange.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/Exchange.pl b/src/Modules/Exchange.pl index 71dc58b..a2e4d49 100644 --- a/src/Modules/Exchange.pl +++ b/src/Modules/Exchange.pl @@ -289,7 +289,7 @@ sub exchange { # looking up the currency for a country $Country = $1; } else { - return 'that doesn't look right'; + return "that doesn't look right"; } my $ua = new LWP::UserAgent; -- 2.39.5