aboutsummaryrefslogtreecommitdiff
path: root/siprandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'siprandom.c')
-rw-r--r--siprandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/siprandom.c b/siprandom.c
index 690772c..1a4d336 100644
--- a/siprandom.c
+++ b/siprandom.c
@@ -34,7 +34,7 @@ parse_program_arguments (int argc, char **argv)
};
struct opt_handler oh =
- opt_handler_make (argc, argv, opts, "CONFIG", "PRNG.");
+ opt_handler_make (argc, argv, opts, NULL, "PRNG.");
int c;
while ((c = opt_handler_get (&oh)) != -1)