Indented on Fedora 11

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1527 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2010-01-07 18:52:26 +00:00
parent d00373436a
commit cf715c225c

3
rdp.c
View File

@ -1073,8 +1073,7 @@ process_colour_pointer_common(STREAM s, int bpp)
in_uint8p(s, mask, masklen);
if ((width != 32) || (height != 32))
{
warning("process_colour_pointer_common: "
"width %d height %d\n", width, height);
warning("process_colour_pointer_common: " "width %d height %d\n", width, height);
}
/* sometimes x or y is out of bounds */
x = MAX(x, 0);