@ -14,4 +14,4 @@ typedef enum {
GString *string_encode_append(const gchar *str, GString *dest, encoding_t encoding);
GString *string_encode(const gchar *str, GString *dest, encoding_t encoding);
#endif
@ -251,4 +251,4 @@ gpointer li_radixtree32_lookup_exact(liRadixTree32 *tree, guint32 key) {
return NULL;
return (node->key == key) ? node->data : NULL;
}
@ -142,4 +142,4 @@ void throttle_cb(struct ev_loop *loop, ev_timer *w, int revents) {
li_waitqueue_update(&wrk->throttle_queue);