Skip to content

Commit

Permalink
Make 'route' member of struct oc_split_include a const char *
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jan 26, 2015
1 parent c2b6cb7 commit 2454358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openconnect.h
Expand Up @@ -212,7 +212,7 @@ struct oc_auth_form {
};

struct oc_split_include {
char *route;
const char *route;
struct oc_split_include *next;
};

Expand Down

0 comments on commit 2454358

Please sign in to comment.