From 89d13dbe29c1c066b3e70b1edfc97ac8fd98fe5a Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 25 Sep 2001 20:07:12 +0000 Subject: [PATCH] Tidy up a comment. [originally from svn r1300] --- pageant.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;