From 5ac8527fda4c6f7fb3622c38a6b811a2f74460af Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Oct 2009 08:41:31 +0000 Subject: [PATCH] better type --- src/nat/test_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c index e535e7e50..2ff168c56 100644 --- a/src/nat/test_nat.c +++ b/src/nat/test_nat.c @@ -133,7 +133,7 @@ run (void *cls, } int -main (int argc, const char *argv[]) +main (int argc, char *const argv[]) { struct GNUNET_GETOPT_CommandLineOption options[] = { GNUNET_GETOPT_OPTION_END -- 2.25.1