mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 10:51:05 +00:00
removed double ;
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27456 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
591ef01a5b
commit
38d424a25e
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@
|
||||||
- (void)updateErrorsCountField
|
- (void)updateErrorsCountField
|
||||||
{
|
{
|
||||||
NSString *string;
|
NSString *string;
|
||||||
NSString *errorsString = [NSString stringWithString:@""];;
|
NSString *errorsString = [NSString stringWithString:@""];
|
||||||
NSString *warningsString = [NSString stringWithString:@""];
|
NSString *warningsString = [NSString stringWithString:@""];
|
||||||
|
|
||||||
if (errorsCount > 0)
|
if (errorsCount > 0)
|
||||||
|
|
Loading…
Reference in a new issue