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;