aboutsummaryrefslogtreecommitdiffstats
path: root/icebram
diff options
context:
space:
mode:
Diffstat (limited to 'icebram')
-rw-r--r--icebram/icebram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebram/icebram.cc b/icebram/icebram.cc
index 9d85067..218d276 100644
--- a/icebram/icebram.cc
+++ b/icebram/icebram.cc
@@ -131,7 +131,7 @@ int main(int argc, char **argv)
bool verbose = false;
bool generate = false;
bool seed = false;
- uint32_t seed_nr = getpid();
+ uint32_t seed_nr = getpid();
int opt;
while ((opt = getopt(argc, argv, "vgs:")) != -1)