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++) {