Browse Source

only cosmetics

pre-master-46
dwarning 17 years ago
parent
commit
4e8d474799
  1. 2
      src/frontend/numparam/spicenum.c
  2. 4
      src/frontend/wdisp/windisp.c
  3. 1116
      src/misc/getopt_long_bsd.c

2
src/frontend/numparam/spicenum.c

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

4
src/frontend/wdisp/windisp.c

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

1116
src/misc/getopt_long_bsd.c
File diff suppressed because it is too large
View File

Loading…
Cancel
Save