only cosmetics

This commit is contained in:
dwarning 2009-04-13 19:47:43 +00:00
parent fa60b4d849
commit 4e8d474799
3 changed files with 561 additions and 561 deletions

View File

@ -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;

View File

@ -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