From aff94af70fdf4a0ea9a6884474d61c5f0eb77cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Mon, 11 Aug 2003 11:08:19 +0000 Subject: [PATCH] Indentation fix. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@438 423420c4-83ab-492f-b58f-81f9feb106b5 --- iso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso.c b/iso.c index 301ead2..83a3e5e 100644 --- a/iso.c +++ b/iso.c @@ -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;