fix typo , no changes

Origin commit data
------------------
Branch: master
Commit: c4e7fd97a6
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-05-30 (Wed, 30 May 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2018-05-30 19:37:44 +02:00
parent 9ad39d908e
commit 010387e0ed

View File

@@ -392,7 +392,7 @@ int cVideo::getAspectRatio(void)
{
/* in movieplayer mode, fd is not opened -> fall back to procfs */
int n = proc_get_hex(VMPEG_aspect[devnum]);
return n *2 + 1;
return n * 2 + 1;
}
if (fop(ioctl, VIDEO_GET_SIZE, &s) < 0)
{