From 42ea4811645d53a4f25c681e26f123ec5e2c9924 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 19 Mar 2010 21:43:18 -0400 Subject: [PATCH] Fixed indentation of the missing item type string in addon:PrintScanResults() --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index 54702c5..376620f 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -2378,7 +2378,7 @@ do end if not found_type then - tinsert(output, "Missing: item type flag") + tinsert(output, " Missing: item type flag") end end -- 1.7.9.5