mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add missing break
This commit is contained in:
parent
e94025271b
commit
7dc4a8f532
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
{
|
||||
case 1:
|
||||
[pnc setNickname: [nameArray objectAtIndex: 0]];
|
||||
break;
|
||||
case 2:
|
||||
[pnc setGivenName: [nameArray objectAtIndex: 0]];
|
||||
[pnc setFamilyName: [nameArray objectAtIndex: 1]];
|
||||
|
|
Loading…
Reference in a new issue