--- deliantra/server/common/compat.C 2012/10/29 23:55:52 1.16 +++ deliantra/server/common/compat.C 2018/11/17 23:40:00 1.19 @@ -1,7 +1,8 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -36,7 +37,7 @@ #include "define.h" #include "path.h" -/* buf_overflow() - we don't want to exceed the buffer size of +/* buf_overflow() - we don't want to exceed the buffer size of * buf1 by adding on buf2! Returns true if overflow will occur. */ int @@ -112,7 +113,7 @@ swap (r_min, r_max); sint64 range = r_max - r_min + 1; - /* + /* * Make a call to get two 32 bit unsigned random numbers, and just do * a little bitshifting. */