diff options
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; } |