fixed == that should be =

This commit is contained in:
Andrew Tridgell 2011-12-12 15:19:17 +11:00
parent 176c12657d
commit f5e439554d

View File

@ -54,7 +54,7 @@ static void update_commands()
command_nav_queue.id = NO_COMMAND;
}
}else{
command_nav_index == 255;
command_nav_index = 255;
}
}