Fix the typo from the previous patch, d'oh

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2016-03-14 11:20:39 -04:00
parent 75eecf28ae
commit 4f8151c7a4

View File

@ -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,