[MN-dev] [mndiff]: r122 - trunk/noe/random_internal.h

michael subversion at mplayerhq.hu
Mon Nov 24 20:01:03 CET 2008


Author: michael
Date: Mon Nov 24 20:01:03 2008
New Revision: 122

Log:
100l typo, forgotten (


Modified:
   trunk/noe/random_internal.h

Modified: trunk/noe/random_internal.h
==============================================================================
--- trunk/noe/random_internal.h	(original)
+++ trunk/noe/random_internal.h	Mon Nov 24 20:01:03 2008
@@ -29,7 +29,7 @@ static uint32_t get_random(KISSState *s)
     s->jsr ^= s->jsr>>13;
     s->jsr ^= s->jsr<< 5;
     s->jcong= 1234567 + 69069*s->jcong; 
-    return (s->w + (s->z<<16)) ^ s->jcong) + s->jsr;
+    return ((s->w + (s->z<<16)) ^ s->jcong) + s->jsr;
 }
 
 static void init_random(KISSState *s, uint32_t seed){



More information about the Mndiff-dev mailing list