aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/network/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/network/host.c')
-rw-r--r--Source/charon/network/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/network/host.c b/Source/charon/network/host.c
index e09bfac75..a8fab245d 100644
--- a/Source/charon/network/host.c
+++ b/Source/charon/network/host.c
@@ -63,7 +63,7 @@ struct private_host_t {
/**
* implements host_t.get_sockaddr
*/
-static sockaddr_t *get_sockaddr(private_host_t *this)
+static sockaddr_t *get_sockaddr(private_host_t *this)
{
return &(this->address);
}