From 2a71d2dc78f4b5a3ead85b17408d9d2ba9d35905 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 1 Jun 2015 21:50:06 -0400 Subject: [PATCH] Fixed a typo. --- redo/windows/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/windows/tab.c b/redo/windows/tab.c index 47dab621..8ea9d0bc 100644 --- a/redo/windows/tab.c +++ b/redo/windows/tab.c @@ -38,7 +38,7 @@ static void showHidePage(struct tab *t, LRESULT which, int hide) } } -// see below for issues +// see below for info static void updateWS_TABSTOP(HWND hwnd) { LRESULT n;