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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user