shithub: cstory

Download patch

ref: 59735a61e69047db3c4e4ae874e1177c2ac35c59
parent: 16b2f6a474e38dd47f6b54d22f6ab2bcca312f16
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Aug 13 01:03:43 EDT 2019

Minor style change

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -44,7 +44,7 @@
 #endif
 
 // A replication of MSVC's rand algorithm
-static unsigned long int next = 1;
+static unsigned long next = 1;
 
 int rep_rand()
 {