diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-02-21 17:17:08 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-02-21 17:17:42 +0100 |
| commit | bb0f1e2ea23bb278f02c2a4ff19e5c6fa6946b92 (patch) | |
| tree | 80b504c8f853f9e8308b511ea2fca57177610a6c /src/util.h | |
| parent | a1e28b9eb1c89a37d24ad50feb203f99504274b2 (diff) | |
| download | tmus-bb0f1e2ea23bb278f02c2a4ff19e5c6fa6946b92.tar.gz tmus-bb0f1e2ea23bb278f02c2a4ff19e5c6fa6946b92.zip | |
Bug fixes, added select track shortcut and reindex command
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ void assert(int cond, const char *file, int line, const char *condstr); void error(const char *fmtstr, ...); char *aprintf(const char *fmtstr, ...); -wchar_t *awprintf(const wchar_t *fmtstr, ...); char *appendstrf(char *alloc, const char *fmtstr, ...); char *sanitized(const char *instr); |
