Quantcast

Fixed indentation of the missing item type string in addon:PrintScanResults()

James D. Callahan III [03-20-10 - 01:43]
Fixed indentation of the missing item type string in addon:PrintScanResults()
Filename
Datamine.lua
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