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 d7fd903..3b820f2 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -4,7 +4,7 @@
#include "util.h"
struct tag {
- char *name;
+ wchar_t *name;
char *fname, *fpath;
struct link tracks;