Index: sandbox/sandbox_poc/pocdll/invasive.cc |
=================================================================== |
--- sandbox/sandbox_poc/pocdll/invasive.cc (revision 11293) |
+++ sandbox/sandbox_poc/pocdll/invasive.cc (working copy) |
@@ -172,7 +172,9 @@ |
wchar_t window_title[100 + 1] = {0}; |
::GetWindowText(hwnd, window_title, 100); |
fprintf(reinterpret_cast<FILE*>(output), |
- "[GRANTED] Found window 0x%p with title %S\r\n", hwnd, window_title); |
+ "[GRANTED] Found window 0x%p with title %S\r\n", |
+ hwnd, |
+ window_title); |
::CloseWindow(hwnd); |
} |