1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

fix bug in default case

git-svn-id: file:///home/svn/framework3/trunk@10606 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-10-08 19:49:57 +00:00
parent e408d5a155
commit d6f8b689ee

View File

@ -690,7 +690,7 @@ class WindowsError
when INVALID_ADDRESS when INVALID_ADDRESS
"Attempt to access invalid address." "Attempt to access invalid address."
else else
"#{num}" "#{code}"
end end
end end