Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Packard authored and Keith Packard committed Nov 16, 2006
1 parent b851c3e commit a0f59b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randr/rroutput.c
Expand Up @@ -194,7 +194,7 @@ void
RROutputSetCrtc (RROutputPtr output, RRCrtcPtr crtc)
{
if (output->crtc == crtc)
return TRUE;
return;
output->crtc = crtc;
output->changed = TRUE;
}
Expand Down

0 comments on commit a0f59b5

Please sign in to comment.