From b073d4b0c2c1d4dce36adcc285ad5dfaf2f7599d Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 27 Jan 2022 03:29:44 +0100 Subject: New list interface for fast tail access --- src/tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index ca583bb..9322f05 100644 --- a/src/tag.h +++ b/src/tag.h @@ -9,7 +9,7 @@ struct tag { char *new_fname; - struct link tracks; + struct list tracks; struct link link; }; -- cgit v1.2.3-71-gd317