mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
driver/picturviewer: minor format change
This commit is contained in:
@@ -843,7 +843,8 @@ fb_pixel_t * CPictureViewer::int_getImage(const std::string & name, int *width,
|
|||||||
#endif
|
#endif
|
||||||
load_ret = fh->get_pic(name.c_str (), &buffer, &x, &y);
|
load_ret = fh->get_pic(name.c_str (), &buffer, &x, &y);
|
||||||
#ifdef FBV_SUPPORT_SVG
|
#ifdef FBV_SUPPORT_SVG
|
||||||
if (name.find(".svg") == (name.length() - 4)) bpp = 4;
|
if (name.find(".svg") == (name.length() - 4))
|
||||||
|
bpp = 4;
|
||||||
#endif
|
#endif
|
||||||
dprintf(DEBUG_INFO, "[CPictureViewer] [%s - %d] load_result: %d \n", __func__, __LINE__, load_ret);
|
dprintf(DEBUG_INFO, "[CPictureViewer] [%s - %d] load_result: %d \n", __func__, __LINE__, load_ret);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user