driver/picturviewer: minor format change

Origin commit data
------------------
Branch: ni/coolstream
Commit: 707d2e42e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-05 (Fri, 05 Nov 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2021-11-05 20:09:04 +01:00
committed by vanhofen
parent 2ac0ab8b51
commit 4af3eda150

View File

@@ -872,7 +872,8 @@ fb_pixel_t * CPictureViewer::int_getImage(const std::string & name, int *width,
#endif
load_ret = fh->get_pic(name.c_str (), &buffer, &x, &y);
#ifdef FBV_SUPPORT_SVG
if (name.find(".svg") == (name.length() - 4)) bpp = 4;
if (name.find(".svg") == (name.length() - 4))
bpp = 4;
#endif
dprintf(DEBUG_INFO, "[CPictureViewer] [%s - %d] load_result: %d \n", __func__, __LINE__, load_ret);