fix xlib build bustage

This commit is contained in:
blizzard%redhat.com 1999-07-14 23:44:13 +00:00
parent c4c0140ea1
commit 16dd8fa66f

@ -319,7 +319,7 @@ nsRenderingContextXlib::PushState(void)
GraphicsState *state = new GraphicsState();
if (state == 0) {
return NS_MEMORY_ALLOCATION_ERROR;
return NS_ERROR_OUT_OF_MEMORY;
}
state->mMatrix = mTMatrix;