[apps/apps_container_storage.cpp] Add an assert

This commit is contained in:
Yaya.Cout
2022-03-31 16:23:35 +02:00
committed by Laury
parent c54a97a03d
commit 4b7631e78a

View File

@@ -49,5 +49,7 @@ int AppsContainerStorage::appIndexFromSnapshot(App::Snapshot * snapshot) {
return i;
}
}
// Achievement unlock : how did you get here ?
assert(false);
return NULL;
}