Silence an error message in ConfigureWindow that never happens.

This commit is contained in:
Adam Jackson 2008-02-01 15:16:01 +11:00
parent 89d3249c3e
commit b740b865e4

View File

@ -2155,7 +2155,7 @@ WhereDoIGoInTheStack(
return pWin->nextSib;
default:
{
ErrorF("Internal error in ConfigureWindow, smode == %d\n",smode );
/* should never happen; make something up. */
return pWin->nextSib;
}
}