From 377dc104be127291ede5b32640c23eea0ba6791a Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 28 May 2022 03:45:54 +0200 Subject: trying boyer-moore --- src/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage.c') diff --git a/src/storage.c b/src/storage.c index 9b66132..868e0b2 100644 --- a/src/storage.c +++ b/src/storage.c @@ -166,4 +166,4 @@ void removeTag(row *r, char *tag){ r->tags[tagnum] = '\0'; r->numTags = l; r->lenTags = tagnum; -} +} \ No newline at end of file -- cgit v1.2.3