Fixed compilation error caused by r15483.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15484 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
gepard1984 2012-01-17 18:13:41 +00:00
parent 54ac5c18de
commit 170ed90a9e

View File

@ -31,7 +31,7 @@ void rnd_init(void)
seed += (uint32)gettid();
#endif // HAVE_GETTID
#endif
ShowInfo("Initializing random number generator.\n")
ShowInfo("Initializing random number generator.\n");
init_genrand(seed);
}