diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m index e2e43907d..f73ca9ba2 100644 --- a/Source/Additions/GSXML.m +++ b/Source/Additions/GSXML.m @@ -2506,8 +2506,8 @@ loadEntityFunction(void *ctx, if ([entityId hasPrefix: @"-//GNUstep//DTD "] == YES) { NSCharacterSet *ws = [NSCharacterSet whitespaceCharacterSet]; + NSString *found = nil; NSMutableString *name; - NSString *found; unsigned len; NSRange r;