diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-22 16:12:08 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-22 16:12:08 +0300 |
commit | 13d33be824a0f6a3952045df7b97b35fc69520a8 (patch) | |
tree | f2f36de33eeb0e9d366ea49bd722993ba57950b1 /include | |
parent | b0d619e2c9595f4ec05463e87be9d0d3423c0a70 (diff) | |
download | conts-master.tar.gz conts-master.zip |
+ Not quite all lines due to sptree being dumb >:(((((
Diffstat (limited to 'include')
-rw-r--r-- | include/conts/sptree.h | 1 |
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; } |