summaryrefslogtreecommitdiff
path: root/shared/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/util.c')
-rw-r--r--shared/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/util.c b/shared/util.c
index 641b4d9..6c5bb1a 100644
--- a/shared/util.c
+++ b/shared/util.c
@@ -13,4 +13,3 @@ unsigned int w2_newline_count(char *str, unsigned int len) {
if (str[i] == '\n') newlines++;
return newlines;
}
-