mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 05:40:08 +01:00
Bug #14927: Fix the math for xf86NumDefaultModes.
(cherry picked from commit 0f6aaf636b)
This commit is contained in:
parent
ef702d5866
commit
e5bd75e11f
1 changed files with 1 additions and 1 deletions
|
|
@ -92,5 +92,5 @@ BEGIN {
|
|||
|
||||
END {
|
||||
print "};"
|
||||
printf "const int xf86NumDefaultModes = sizeof(xf86NumDefaultModes) / sizeof(DisplayModeRec);"
|
||||
printf "const int xf86NumDefaultModes = sizeof(xf86DefaultModes) / sizeof(DisplayModeRec);"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue