From 65b7e318a989dc89a6780b76ad4a64dcaa0b9e1e Mon Sep 17 00:00:00 2001 From: Stefan Schippers Date: Wed, 21 Oct 2020 00:14:31 +0200 Subject: [PATCH] yet amoother typo in comment --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index 5d188fe8..ac71dcf3 100644 --- a/src/actions.c +++ b/src/actions.c @@ -216,7 +216,7 @@ void resetwin(int create_pixmap, int clear_pixmap, int preview_window) areaw = areax2-areax1; areah = areay2-areay1; - /* if no preview_window or create_pixmap==0 avoid unnecessary work if no resize */ + /* if no preview_window or create_pixmap==1 avoid unnecessary work if no resize */ /* !create_pixmap ensures the XSetTile is executed when done with the preview */ if( preview_window || !create_pixmap || xschem_w !=xrect[0].width || xschem_h !=xrect[0].height) { dbg(1, "resetwin(): x=%d y=%d xschem_w=%d xschem_h=%d\n",