only cosmetics
This commit is contained in:
parent
fa60b4d849
commit
4e8d474799
|
|
@ -443,7 +443,7 @@ nupa_init (char *srcfile)
|
|||
static void
|
||||
nupa_done (void)
|
||||
{
|
||||
int i;
|
||||
/* int i; not needed so far, see below */
|
||||
Str (80, rep);
|
||||
int dictsize, nerrors;
|
||||
|
||||
|
|
|
|||
|
|
@ -783,8 +783,8 @@ void RemoveWindow(GRAPH* dgraph)
|
|||
{
|
||||
tpWindowData wd;
|
||||
wd = pWindowData(dgraph);
|
||||
if (!wd) return 0;
|
||||
SendMessage( wd->wnd, WM_CLOSE, (WPARAM) wd->hDC, 0);
|
||||
if (wd)
|
||||
SendMessage(wd->wnd, WM_CLOSE, (WPARAM) wd->hDC, 0);
|
||||
}
|
||||
|
||||
/* Function borrowed from x11.c */
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue