misc: More fallthrough annotations

Change-Id: Iec45e339005de79535f11d15e77e60ee1e53a5f9
This commit is contained in:
Solomon Peachy 2025-09-07 08:06:33 -04:00
parent 978a486d87
commit afa096e8b9

View file

@ -924,6 +924,7 @@ reopen_datfile:
rb->gui_synclist_draw(&lists);
break;
}
/* Inentional fallthrough */
case ACTION_STD_OK:
if (op_entry_read(fd_dat, selection, op_entry_sz))
{