diff options
| author | ayumi <ayumi@noreply.codeberg.org> | 2025-05-16 23:14:05 +0200 |
|---|---|---|
| committer | ayumi <ayumi@noreply.codeberg.org> | 2025-05-16 23:25:24 +0200 |
| commit | 5cb933c6866e0ce1e22a20b8ed7e71fc439f925a (patch) | |
| tree | 19aeafcba5eb03d0a4e682eec26ff8af44dc98d4 | |
| parent | ff57a5a30b19c3ec28110cf08a7fd2030409744b (diff) | |
| download | tangara-fw-5cb933c6866e0ce1e22a20b8ed7e71fc439f925a.tar.gz | |
Fix indentation in libtags’ APE parser
| -rw-r--r-- | lib/libtags/ape.c | 2 |
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; |
