diff --git a/MacPass/MPAutotypeCommand.m b/MacPass/MPAutotypeCommand.m index 053e1230..f4357e91 100644 --- a/MacPass/MPAutotypeCommand.m +++ b/MacPass/MPAutotypeCommand.m @@ -116,7 +116,7 @@ } + (void)appendCommandForString:(NSString *)commandString toCommands:(NSMutableArray *)commands { - MPAutotypeCommand * + MPAutotypeCommand *command; if(!commandString) { NSDictionary *modifier = [self modifierCommands]; }