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
|
@ -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…
Reference in New Issue