Correction to own previous commit: Add missing break

Small mistake in 88400f0c03.
Not having this break would be harmless, but we can avoid some unnecessary work
with it.
This commit is contained in:
Julian Eisel 2021-04-29 13:36:04 +02:00
parent 88400f0c03
commit 41945454f7
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ static void file_listener(const wmSpaceTypeListenerParams *params)
file_reset_filelist_showing_main_data(area, sfile);
break;
}
break;
}
case NC_ASSET: {
switch (wmn->action) {