X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=util.c;h=3d4b48021952ab1d8a7fa619c677c979875f2667;hb=7a29f65683d45101f74e31a6d7cbf154dd313517;hp=12cfb3e06863bce3090fb1900d3f7af47c6584c6;hpb=f008cc257d57d28fa291b064c25ef9eac6a2be16;p=xonotic%2Fgmqcc.git diff --git a/util.c b/util.c index 12cfb3e..3d4b480 100644 --- a/util.c +++ b/util.c @@ -281,7 +281,6 @@ bool util_isatty(fs_file_t *file) { if (file == (fs_file_t*)stderr) return !!platform_isatty(STDERR_FILENO); return false; } - /* * A small noncryptographic PRNG based on: * http://burtleburtle.net/bob/rand/smallprng.html