Commit 2858f56a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent ba5959c6
...@@ -51,11 +51,11 @@ vout_window_t *vout_window_New(vlc_object_t *obj, ...@@ -51,11 +51,11 @@ vout_window_t *vout_window_New(vlc_object_t *obj,
case VOUT_WINDOW_TYPE_HWND: case VOUT_WINDOW_TYPE_HWND:
type = "vout window hwnd"; type = "vout window hwnd";
break; break;
default:
assert(0);
case VOUT_WINDOW_TYPE_XID: case VOUT_WINDOW_TYPE_XID:
type = "vout window xid"; type = "vout window xid";
break; break;
default:
assert(0);
} }
window->module = module_need(window, type, window->module = module_need(window, type,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment