1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-21 05:35:54 +01:00

One last tweak to remove all evidence of stupidity

This commit is contained in:
OJ 2014-02-05 23:06:10 +10:00
parent cca2f14835
commit 94468e1313

View File

@ -851,7 +851,7 @@ LRESULT WINAPI clipboard_monitor_window_proc(HWND hWnd, UINT uMsg, WPARAM wParam
default: default:
dprintf("[EXTAPI CLIPBOARD] received %x for window %x", uMsg); dprintf("[EXTAPI CLIPBOARD] received %x for window %x", uMsg);
return DefWindowProcA(hWnd, uMsg, lParam, wParam); return DefWindowProcA(hWnd, uMsg, wParam, lParam);
} }
} }