From 6e4b194900c1a5dbff63b42553d52547a5035cff Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 3 Dec 2011 01:31:48 +0000 Subject: [PATCH] - added missing "end" for TargetInfo change from earlier today --- modules/TargetInfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/TargetInfo.lua b/modules/TargetInfo.lua index 4b8f8d8..c7e66d8 100644 --- a/modules/TargetInfo.lua +++ b/modules/TargetInfo.lua @@ -780,7 +780,7 @@ function IceTargetInfo.prototype:GetOptions() desc = L["Show the tooltip for this unit when the mouse is hovering over it."], get = function() return self.moduleSettings.mouseTooltip - + end, set = function(info, v) self.moduleSettings.mouseTooltip = v self:Redraw()