summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:05 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:05 +0000
commit720c9b05f47c3529aa2561ab4c88319322893780 (patch)
tree63183f943d715c87910383fae219312678f39958
parentb227226476ae94d094376c561d77e85589592fe6 (diff)
Encoding of numerous files changed to UTF-8xprint_packagertest_20041217_basexprint_packagertest_20041217
-rw-r--r--src/dummy_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dummy_driver.c b/src/dummy_driver.c
index a623693..e36ecda 100644
--- a/src/dummy_driver.c
+++ b/src/dummy_driver.c
@@ -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;