From bf30a38282c24a210e9a2340bb1ed50bdcf95b1e Mon Sep 17 00:00:00 2001 From: Stefan Jahn Date: Mon, 5 Dec 2022 01:10:30 +0100 Subject: [PATCH] Fixed typo --- videodev-svbcam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videodev-svbcam.cc b/videodev-svbcam.cc index 59a84a4..c2e8db3 100644 --- a/videodev-svbcam.cc +++ b/videodev-svbcam.cc @@ -391,7 +391,7 @@ int VideoDev_SVBCam::GetDeviceFormats(string device, std::list *formats) printf ("%s:%d %s BayerPattern:%s Color:%d Binning: \n", __FILE__, __LINE__, __FUNCTION__, pattern, camprop.IsColorCam); for(int i=0; i < 16 && camprop.SupportedBins[i] != 0; i++) { printf ("%s:%d %s Binning Index:%d ", __FILE__, __LINE__, __FUNCTION__, i); - printf ("\t\%dx%d\n", camprop.SupportedBins[i], camprop.SupportedBins[i]); + printf ("\t\t%dx%d\n", camprop.SupportedBins[i], camprop.SupportedBins[i]); } for(int i=0; i < 8 && camprop.SupportedVideoFormat[i] != SVB_IMG_END; i++) {