Encoding of numerous files changed to UTF-8

This commit is contained in:
Markus Kuhn 2004-12-04 00:43:05 +00:00
parent b227226476
commit 720c9b05f4
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
clockRanges = (ClockRangePtr)xnfcalloc(sizeof(ClockRange), 1);
clockRanges->next = NULL;
clockRanges->ClockMulFactor = 1;
clockRanges->minClock = 11000; /* guessed §§§ */
clockRanges->minClock = 11000; /* guessed §§§ */
clockRanges->maxClock = 300000;
clockRanges->clockIndex = -1; /* programmable */
clockRanges->interlaceAllowed = TRUE;