diff options
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/util.c | 1 | 
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;  } -  |