summaryrefslogtreecommitdiff
path: root/common/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.c')
-rw-r--r--common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.c b/common/util.c
index bc4001ee22..a353c75a61 100644
--- a/common/util.c
+++ b/common/util.c
@@ -7,7 +7,7 @@
#include "util.h"
-int strlen(const char *s)
+size_t strlen(const char *s)
{
int len = 0;