mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 06:30:10 +01:00
Fix the typo from the previous patch, d'oh
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
75eecf28ae
commit
4f8151c7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ ProcVidModeDeleteModeLine(ClientPtr client)
|
|||
bytes_to_int32(sizeof(xXF86VidModeDeleteModeLineReq));
|
||||
}
|
||||
if (len != stuff->privsize) {
|
||||
DebufF("req_len = %ld, sizeof(Req) = %d, privsize = %ld, "
|
||||
DebugF("req_len = %ld, sizeof(Req) = %d, privsize = %ld, "
|
||||
"len = %d, length = %d\n",
|
||||
(unsigned long) client->req_len,
|
||||
(int) sizeof(xXF86VidModeDeleteModeLineReq) >> 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue