mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libspark/video: add missing newline
This commit is contained in:
@@ -425,7 +425,11 @@ void cVideo::ShowPicture(const char * fname)
|
|||||||
mfd = open(destname, O_RDONLY);
|
mfd = open(destname, O_RDONLY);
|
||||||
if (mfd < 0)
|
if (mfd < 0)
|
||||||
{
|
{
|
||||||
|
#ifdef MARTII
|
||||||
|
lt_info("%s cannot open %s: %m\n", __func__, destname);
|
||||||
|
#else
|
||||||
lt_info("%s cannot open %s: %m", __func__, destname);
|
lt_info("%s cannot open %s: %m", __func__, destname);
|
||||||
|
#endif
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
fstat(mfd, &st);
|
fstat(mfd, &st);
|
||||||
|
Reference in New Issue
Block a user