aboutsummaryrefslogtreecommitdiff
path: root/src/storage.c
diff options
context:
space:
mode:
authorSoikk2022-05-28 03:45:54 +0200
committerSoikk2022-05-28 03:45:54 +0200
commit377dc104be127291ede5b32640c23eea0ba6791a (patch)
tree0556ec062d321198580d31b6ce61b6d79fdeabb1 /src/storage.c
parentf59d888123dd15bf0e70b1966c2c4245bee36b3a (diff)
downloadsoikk-DB-377dc104be127291ede5b32640c23eea0ba6791a.tar.xz
soikk-DB-377dc104be127291ede5b32640c23eea0ba6791a.tar.zst
trying boyer-moore
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c2
1 files changed, 1 insertions, 1 deletions
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