fixed typo

This commit is contained in:
michael starke
2017-09-22 14:39:25 +02:00
parent 213addaedb
commit 1ec4286a6c

View File

@@ -218,7 +218,7 @@ static MPAutotypeDaemon *_sharedInstance;
return nil; return nil;
} }
if(candidates == 1 ) { if(candidates == 1 ) {
return autotypeCandidates.lastObject; return autotypeCandidates.lastObject;
} }
[self _presentSelectionWindow:autotypeCandidates]; [self _presentSelectionWindow:autotypeCandidates];
return nil; // Nothing to do, we get called back by the window return nil; // Nothing to do, we get called back by the window