]> git.itanic.dy.fi Git - sdl-planets/commitdiff
random.c: Remove unused label
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 20 Mar 2010 15:25:15 +0000 (17:25 +0200)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 20 Mar 2010 15:25:15 +0000 (17:25 +0200)
Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
random.c

index 12bfb4b0596004b4924f1ca101f360e065a6d91c..cc9e22aa0a8a7e9b34e105d85f44b21e7f5c70ef 100644 (file)
--- a/random.c
+++ b/random.c
@@ -44,7 +44,7 @@ unsigned int get_random(void)
                i += ret;
        } while (i < RAND_BUF_SIZE * sizeof(rndbuf[0]));
        index = 0;
-out:
+
        close(fd);
        return get_random();