[vlc-devel] [PATCH 10/17] android: window: remove trailing characters
Alexandre Janniaux
ajanni at videolabs.io
Wed Jan 13 11:07:23 UTC 2021
---
modules/video_output/android/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/android/window.c b/modules/video_output/android/window.c
index 5af450ec1d..0b8d0337ed 100644
--- a/modules/video_output/android/window.c
+++ b/modules/video_output/android/window.c
@@ -120,7 +120,7 @@ OpenDecDevice(vlc_decoder_device *device, vout_window_t *window)
else
awh = AWindowHandler_new(VLC_OBJECT(device), NULL, NULL);
- static const struct vlc_decoder_device_operations ops =
+ static const struct vlc_decoder_device_operations ops =
{
.close = NULL,
};
--
2.30.0
More information about the vlc-devel
mailing list