fix a minor DEDUG spelling error

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@731 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Jay Sorg 2004-06-30 17:59:40 +00:00
parent 5cd932b789
commit 73ce8ad4d6

View File

@ -269,7 +269,7 @@ process_line(STREAM s, LINE_ORDER * os, uint32 present, BOOL delta)
rdp_parse_pen(s, &os->pen, present >> 7);
DEBUG(("LINE(op=0x%x,sx=%d,sy=%d,dx=%d,dx=%d,fg=0x%x)\n",
DEBUG(("LINE(op=0x%x,sx=%d,sy=%d,dx=%d,dy=%d,fg=0x%x)\n",
os->opcode, os->startx, os->starty, os->endx, os->endy, os->pen.colour));
if (os->opcode < 0x01 || os->opcode > 0x10)