Skip to content

Commit

Permalink
fixup missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Nov 20, 2023
1 parent 7486f8e commit d9d28b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/AGSParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -4923,6 +4923,7 @@ - (unsigned) skipAttribute: (NSString*)s
[self log: @"strange format %@", s];
}
[self skipSpaces];
return pos;
}

- (unsigned) skipIfAttribute
Expand Down

0 comments on commit d9d28b6

Please sign in to comment.