Indentation fix.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@438 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2003-08-11 11:08:19 +00:00
parent d49e190f92
commit aff94af70f

2
iso.c
View File

@ -78,7 +78,7 @@ iso_recv_msg(uint8 * code)
uint16 length;
uint8 version;
next_packet:
next_packet:
s = tcp_recv(NULL, 4);
if (s == NULL)
return NULL;