X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/15ad2e8ab7c040201e0119b9b38d50ffb8515841..cad566a90c7fb96fe17a9054bc5f8a02455fd1d2:/pageant.c?ds=sidebyside diff --git a/pageant.c b/pageant.c index 1e02b4af..95eb1da6 100644 --- a/pageant.c +++ b/pageant.c @@ -1115,8 +1115,11 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message, break; default: if (message==msgTaskbarCreated) { - // Explorer has been restarted, so the tray icon will have been lost - AddTrayIcon(hwnd); + /* + * Explorer has been restarted, so the tray icon will + * have been lost. + */ + AddTrayIcon(hwnd); } break;