From 4b6db6c07a5261b6174993ab34c9baabc955ef65 Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 20 Feb 2014 21:50:24 +0100 Subject: [PATCH] compiles again --- MacPass/MPAutotypeCommand.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }