summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-08-22 16:12:08 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-08-22 16:12:08 +0300
commit13d33be824a0f6a3952045df7b97b35fc69520a8 (patch)
treef2f36de33eeb0e9d366ea49bd722993ba57950b1 /include
parentb0d619e2c9595f4ec05463e87be9d0d3423c0a70 (diff)
downloadconts-master.tar.gz
conts-master.zip
cover all functionsHEADmaster
+ Not quite all lines due to sptree being dumb >:(((((
Diffstat (limited to 'include')
-rw-r--r--include/conts/sptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conts/sptree.h b/include/conts/sptree.h
index 1464d0f..53c3e73 100644
--- a/include/conts/sptree.h
+++ b/include/conts/sptree.h
@@ -119,6 +119,7 @@ static inline SPTREE_TYPE *SPTREE(next)(SPTREE_TYPE *prev)
n = p;
}
+ /* god damn it, stop ruining my coverage you bastard */
return NULL;
}