Skip to content
Snippets Groups Projects
Commit 4ff58893 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

review: remove extra const

parent 06afa093
No related branches found
No related tags found
No related merge requests found
......@@ -759,7 +759,7 @@ static int opt_noalignment(const char *arg, void *query)
return KNOT_EOK;
}
static int opt_client(const char * const arg, void *query)
static int opt_client(const char *arg, void *query)
{
query_t *q = query;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment