Skip to content

Commit 95bf920

Browse files
committed
lint fix
1 parent 4cec824 commit 95bf920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/capture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ static int _capture_open_format(us_capture_s *cap, bool first) {
832832
}
833833

834834
static void _capture_open_hw_fps(us_capture_s *cap) {
835-
us_capture_runtime_s *const run = cap->run;
835+
const us_capture_runtime_s *const run = cap->run;
836836

837837
struct v4l2_streamparm setfps = {.type = run->capture_type};
838838
_LOG_DEBUG("Querying HW FPS ...");

0 commit comments

Comments
 (0)