From 4017a3a8728efcdf74b2ab90cd13b512719f91a4 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 16 Nov 2009 23:17:59 +0000 Subject: [PATCH] Remove some obsolete syntax from a comment. --- TargetGroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TargetGroup.h b/TargetGroup.h index e7c3d6ab2..fd609f8a9 100644 --- a/TargetGroup.h +++ b/TargetGroup.h @@ -159,7 +159,7 @@ class TargetGroup { struct in_addr currentaddr; struct in_addr endaddr; - // These three are for the '138.[1-7,16,91-95,200-].12.1' style (IPV4_RANGES) + // These three are for the '138.1-7,16,91-95,200-.12.1' style (IPV4_RANGES) u8 addresses[4][256]; unsigned int current[4]; u8 last[4];