Commit 5c1fdb47 authored by dscho's avatar dscho

fix warning

parent d15e3558
......@@ -217,7 +217,7 @@ static int HandleZRLETile(rfbClient* client,
case 0: /* raw */
{
#if REALBPP!=BPP
int i,j,j2;
int i,j;
if(1+w*h*REALBPP/8>buffer_length) {
rfbClientLog("expected %d bytes, got only %d (%dx%d)\n",1+w*h*REALBPP/8,buffer_length,w,h);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment