mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 07:18:05 +02:00
typo
This commit is contained in:
parent
9f870e0aa1
commit
09f7499851
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ void
|
|||
RROutputSetCrtc (RROutputPtr output, RRCrtcPtr crtc)
|
||||
{
|
||||
if (output->crtc == crtc)
|
||||
return TRUE;
|
||||
return;
|
||||
output->crtc = crtc;
|
||||
output->changed = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue