From 53c02f64558aaac3769f4035bd3a832ea8fc299f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Oct 2011 10:32:59 -0400 Subject: The previous round of splint fixups was botched. Remedy this. --- monitor_tnt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'monitor_tnt.c') diff --git a/monitor_tnt.c b/monitor_tnt.c index 63b8e022..01c21f3b 100644 --- a/monitor_tnt.c +++ b/monitor_tnt.c @@ -15,12 +15,10 @@ static WINDOW *thtmwin; static bool tnt_initialize(void) { - /* splint pacification */ - assert(thtmwin != NULL); - /*@-globstate@*/ /*@ -onlytrans @*/ thtmwin = derwin(devicewin, 6, 80, 0, 0); + assert(thtmwin != NULL); (void)wborder(thtmwin, 0, 0, 0, 0, 0, 0, 0, 0), (void)syncok(thtmwin, true); (void)wattrset(thtmwin, A_BOLD); -- cgit v1.2.1