mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
fix indentation
Origin commit data
------------------
Branch: master
Commit: 0c86638cfe
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Origin message was:
------------------
- fix indentation
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1105,10 +1105,10 @@ void get_osd_buf(unsigned char *osd_data)
|
|||||||
memcpy(osd_data,lfb,fix_screeninfo.line_length*var_screeninfo.yres);
|
memcpy(osd_data,lfb,fix_screeninfo.line_length*var_screeninfo.yres);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (munmap(lfb, fix_screeninfo.smem_len) == -1)
|
if (munmap(lfb, fix_screeninfo.smem_len) == -1)
|
||||||
{
|
{
|
||||||
perror("Error un-mmapping");
|
perror("Error un-mmapping");
|
||||||
}
|
}
|
||||||
|
|
||||||
close(fb);
|
close(fb);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user