Small indent fix

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@657 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2004-04-16 11:36:29 +00:00
parent d017f799ea
commit 68988c506a

3
rdp.c
View File

@ -637,7 +637,8 @@ process_demand_active(STREAM s)
{ {
if (p_bpp < g_server_bpp) if (p_bpp < g_server_bpp)
{ {
warning("Server limited colour depth to %d bits\n", p_bpp); warning("Server limited colour depth to %d bits\n",
p_bpp);
g_server_bpp = p_bpp; g_server_bpp = p_bpp;
} }
break; break;