mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
nsToolkitErrorhandler() needs to return a value, this breaks Solaris.
This commit is contained in:
parent
bdab8cdd7b
commit
31e97eb164
@ -41,7 +41,8 @@ int nsToolkitErrorHandler (Display * mydisplay, XErrorEvent * myerr)
|
||||
fprintf (stderr, "-------------------------------------\n");
|
||||
fprintf (stderr, "Error code %s\n", msg) ;
|
||||
fprintf (stderr, "-------------------------------------\n");
|
||||
//exit() ;
|
||||
//exit() ;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user