Bug #14927: Fix the math for xf86NumDefaultModes.

(cherry picked from commit 0f6aaf636b)
This commit is contained in:
Adam Jackson 2008-03-10 09:14:20 -04:00
parent ef702d5866
commit e5bd75e11f

View file

@ -92,5 +92,5 @@ BEGIN {
END {
print "};"
printf "const int xf86NumDefaultModes = sizeof(xf86NumDefaultModes) / sizeof(DisplayModeRec);"
printf "const int xf86NumDefaultModes = sizeof(xf86DefaultModes) / sizeof(DisplayModeRec);"
}