aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-03-05 16:07:30 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-03-05 16:07:30 -0500
commitf234b169b7e03c859c6bc7f4dc18a77bd888bb09 (patch)
tree04e2d996b684247eec84225e5100b34d8f665f48 /src
parent92b20da9c686afdca3a262af1292604f2afe5a04 (diff)
downloadstasis-f234b169b7e03c859c6bc7f4dc18a77bd888bb09.tar.gz
Comment why we're exiting the function without an error
Diffstat (limited to 'src')
-rw-r--r--src/lib/delivery/delivery_populate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/delivery/delivery_populate.c b/src/lib/delivery/delivery_populate.c
index 3fd01b9..de310d1 100644
--- a/src/lib/delivery/delivery_populate.c
+++ b/src/lib/delivery/delivery_populate.c
@@ -356,6 +356,7 @@ int populate_mission_ini(struct Delivery **ctx, int render_mode) {
int err = 0;
if ((*ctx)->_stasis_ini_fp.mission) {
+ // mission configurations are optional
return 0;
}