aboutsummaryrefslogtreecommitdiffstats
path: root/src/scvpp/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scvpp/src/comm.c')
-rw-r--r--src/scvpp/src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scvpp/src/comm.c b/src/scvpp/src/comm.c
index 0169d0a..532ee1e 100644
--- a/src/scvpp/src/comm.c
+++ b/src/scvpp/src/comm.c
@@ -111,7 +111,7 @@ int sc_pton(int af, const char *cp, u8 * buf)
return 0;
}
-char* sc_ntop(int af, const u8 * buf, char *addr)
+const char* sc_ntop(int af, const u8 * buf, char *addr)
{
ARG_CHECK(NULL, buf);
ARG_CHECK(NULL, addr);