From 44a50feebe1fa9ce16aaeedafde6e66fb770330e Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Fri, 29 Jan 2016 06:49:46 -0500 Subject: [PATCH] libavdevice/decklink_common.h: fix broken build due to missing `/` Signed-off-by: Michael Ira Krufky --- libavdevice/decklink_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h index 1e266d5478..dff4fc1cec 100644 --- a/libavdevice/decklink_common.h +++ b/libavdevice/decklink_common.h @@ -106,4 +106,4 @@ int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t directio int ff_decklink_list_devices(AVFormatContext *avctx); int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT); -#endif /* AVDEVICE_DECKLINK_COMMON_H * +#endif /* AVDEVICE_DECKLINK_COMMON_H */