mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fixup missing return
This commit is contained in:
parent
7486f8e7d1
commit
d9d28b6e57
1 changed files with 1 additions and 0 deletions
|
@ -4923,6 +4923,7 @@ fail:
|
|||
[self log: @"strange format %@", s];
|
||||
}
|
||||
[self skipSpaces];
|
||||
return pos;
|
||||
}
|
||||
|
||||
- (unsigned) skipIfAttribute
|
||||
|
|
Loading…
Reference in a new issue