diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-11 11:32:58 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-06-11 11:32:58 +0000 |
commit | bebeec9a281985d959fc02ad35a1271e1189d91f (patch) | |
tree | ddcad99c75ce4788adff6dd3a2479c9d0f36d784 | |
parent | 88bf1cbf7380c8d6123bcce5f1b0502b936da5a2 (diff) |
- fix
git-svn-id: https://gnunet.org/svn/gnunet@21880 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/ats/perf_ats_mlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/perf_ats_mlp.c b/src/ats/perf_ats_mlp.c index ff2d8dadaa..c8ecda685f 100644 --- a/src/ats/perf_ats_mlp.c +++ b/src/ats/perf_ats_mlp.c @@ -334,7 +334,7 @@ check (void *cls, char *const *args, const char *cfgfile, int -main (int argc, char *argv[]) +main (int argc, char *const *argv) { /* Init invalid */ update_percentage = UINT_MAX; |