summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorayumi <ayumi@noreply.codeberg.org>2025-05-16 23:14:05 +0200
committerayumi <ayumi@noreply.codeberg.org>2025-05-16 23:25:24 +0200
commit5cb933c6866e0ce1e22a20b8ed7e71fc439f925a (patch)
tree19aeafcba5eb03d0a4e682eec26ff8af44dc98d4 /lib
parentff57a5a30b19c3ec28110cf08a7fd2030409744b (diff)
downloadtangara-fw-5cb933c6866e0ce1e22a20b8ed7e71fc439f925a.tar.gz
Fix indentation in libtags’ APE parser
Diffstat (limited to 'lib')
-rw-r--r--lib/libtags/ape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtags/ape.c b/lib/libtags/ape.c
index 7ba30649..2af694e9 100644
--- a/lib/libtags/ape.c
+++ b/lib/libtags/ape.c
@@ -161,7 +161,7 @@ tagape(Tagctx *ctx)
if(leuint(footer+VersionOffset) != 2000)
return -1;
if(tagIsHeader(leuint(footer+FlagsOffset)))
- return -1;
+ return -1;
if(ctx->seek(ctx, -FooterSize-leuint(footer+SizeOffset), 2) < 0)
return -1;