diff mbox

[12/13] slirp: fix unmatched bracket in if 0

Message ID 20090930174501.GM1399@redhat.com
State Superseded
Headers show

Commit Message

Michael S. Tsirkin Sept. 30, 2009, 5:45 p.m. UTC
Fix unmatched bracket in commented out code

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 slirp/ip_input.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/slirp/ip_input.c b/slirp/ip_input.c
index 35230f8..bb101da 100644
--- a/slirp/ip_input.c
+++ b/slirp/ip_input.c
@@ -648,8 +648,6 @@  typedef u_int32_t n_time;
 		ip_forward(m, 1);
 		return (1);
 	}
-		}
-	}
 	return (0);
 bad:
  	icmp_error(m, type, code, 0, 0);