fix indentation

Origin commit data
------------------
Branch: master
Commit: 1bc4ba58f7
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:
vanhofen
2019-04-16 23:15:58 +02:00
committed by max_10
parent 073cc1a866
commit 2729a78684

View File

@@ -1105,10 +1105,10 @@ void get_osd_buf(unsigned char *osd_data)
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");
}
}
close(fb);
}