mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
typo fixes ported from VLC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22893 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
02813b9b8b
commit
e1120b099e
@ -312,7 +312,7 @@ static void init_registry(void)
|
||||
#else
|
||||
// regpathname is an external pointer
|
||||
//
|
||||
// registry.c is holding it's own internal pointer
|
||||
// registry.c is holding its own internal pointer
|
||||
// localregpathname - which is being allocate/deallocated
|
||||
|
||||
if (localregpathname == 0)
|
||||
|
@ -4280,7 +4280,7 @@ static void expsrand(int seed)
|
||||
|
||||
#if 1
|
||||
|
||||
// prefered compilation with -O2 -ffast-math !
|
||||
// preferred compilation with -O2 -ffast-math !
|
||||
|
||||
static double explog10(double x)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user