From 6ce7a436e33e65a4ddabdbc4d4487cb040f31e87 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 2 Dec 2008 08:13:51 +0000 Subject: [PATCH] Add comment about threading model. --- wui_thread.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wui_thread.c b/wui_thread.c index 7ef6f8e..0585c89 100644 --- a/wui_thread.c +++ b/wui_thread.c @@ -17,6 +17,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* For an explanation of the threading model, please main(). */ + #include #include -- 1.8.3.1