nsToolkitErrorhandler() needs to return a value, this breaks Solaris.

This commit is contained in:
mcafee%netscape.com 1998-09-03 10:32:55 +00:00
parent bdab8cdd7b
commit 31e97eb164

View File

@ -42,6 +42,7 @@ int nsToolkitErrorHandler (Display * mydisplay, XErrorEvent * myerr)
fprintf (stderr, "Error code %s\n", msg) ;
fprintf (stderr, "-------------------------------------\n");
//exit() ;
return 0;
}