summaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 1 insertions, 1 deletions
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;
};