summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib9/utflen.c1
-rw-r--r--lib9/utfrrune.c1
-rw-r--r--lib9/utfrune.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib9/utflen.c b/lib9/utflen.c
index 815cc040..4ba9593c 100644
--- a/lib9/utflen.c
+++ b/lib9/utflen.c
@@ -18,5 +18,4 @@ utflen(char *s)
s += chartorune(&rune, s);
n++;
}
- return 0;
}
diff --git a/lib9/utfrrune.c b/lib9/utfrrune.c
index b6e8f2fc..fc7af34f 100644
--- a/lib9/utfrrune.c
+++ b/lib9/utfrrune.c
@@ -26,5 +26,4 @@ utfrrune(char *s, long c)
s1 = s;
s += c1;
}
- return 0;
}
diff --git a/lib9/utfrune.c b/lib9/utfrune.c
index a2737471..b7ccc8b0 100644
--- a/lib9/utfrune.c
+++ b/lib9/utfrune.c
@@ -25,5 +25,4 @@ utfrune(char *s, long c)
return s;
s += n;
}
- return 0;
}