From c29af0467dbd947c926d0052b729e48fa641d05e Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 30 Apr 2013 04:56:44 +0200 Subject: [PATCH] Made comment more precise. --- windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.c b/windows.c index 8e3ae61..7e11809 100644 --- a/windows.c +++ b/windows.c @@ -94,7 +94,7 @@ void update_windows (struct WinMeta * win_meta, struct Win * win) { update_windows (win_meta, win->next); } void destroy_window (struct Win * win) { -// Undraw and delete window. +// Delete window. delwin(win->curses_win); win->curses_win = 0; } -- 2.30.2