Skip to content

Commit e111a4c

Browse files
committed
Fixed typo
1 parent 6cd5759 commit e111a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvino_bindings/third_party/ffmpeg/linux.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ cc_library(
1313
includes = [
1414
"include",
1515
],
16-
hdrs = glob([""include/**/*.h"]),
16+
hdrs = glob(["include/**/*.h"]),
1717
visibility = ["//visibility:public"],
1818
)

0 commit comments

Comments
 (0)