mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix leftover comment
This commit is contained in:
@@ -406,7 +406,7 @@ static StorageAnimation*
|
||||
valid = false;
|
||||
}
|
||||
|
||||
if(valid) { // Dont pick error anim randomly
|
||||
if(valid) {
|
||||
StorageAnimationList_next(it);
|
||||
} else {
|
||||
animation_storage_free_storage_animation(&storage_animation);
|
||||
|
||||
Reference in New Issue
Block a user