mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-26 00:50:48 +02:00
Bug #14927: Fix the math for xf86NumDefaultModes.
This commit is contained in:
parent
01c2e01f2a
commit
0f6aaf636b
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