Forgot a comma

This commit is contained in:
Jesse Talavera 2024-12-02 20:41:28 -05:00
parent 29f31b3457
commit 4f88c4eb09
1 changed files with 1 additions and 1 deletions

View File

@ -416,6 +416,6 @@ camera_driver_t camera_v4l2 = {
v4l_stop,
v4l_poll,
NULL,
NULL
NULL,
"video4linux2",
};