mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3232 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
523ecef179
commit
c386e91357
1 changed files with 3 additions and 2 deletions
|
@ -303,12 +303,13 @@ validateEntry(id svcs, NSString *path)
|
|||
for (pos = 0; pos < [services count]; pos++)
|
||||
{
|
||||
id svc;
|
||||
NSDictionary *service;
|
||||
NSMutableDictionary *newService;
|
||||
|
||||
svc = [services objectAtIndex: pos];
|
||||
if ([svc isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
NSDictionary *service = (NSDictionary*)svc;
|
||||
NSMutableDictionary *newService;
|
||||
|
||||
newService = validateService(service, path, pos);
|
||||
if (newService)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue