Forgot a comma
This commit is contained in:
parent
29f31b3457
commit
4f88c4eb09
|
@ -416,6 +416,6 @@ camera_driver_t camera_v4l2 = {
|
|||
v4l_stop,
|
||||
v4l_poll,
|
||||
NULL,
|
||||
NULL
|
||||
NULL,
|
||||
"video4linux2",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue