fixed == that should be =

This commit is contained in:
Andrew Tridgell 2011-12-12 15:19:17 +11:00
parent 0f7bd9678f
commit 483754cb70
1 changed files with 1 additions and 1 deletions

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;
}
}