diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-06-27 02:44:35 +0200 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-06-27 02:44:35 +0200 |
| commit | 04ba3e64c564af920f6410f4d72d4416847d3d99 (patch) | |
| tree | 836773842e2d6be26aab9ec5e1c409350414a189 | |
| parent | 8b06236aa0a2c74ff29159ee1c831b56a9c1d492 (diff) | |
| parent | 5cb933c6866e0ce1e22a20b8ed7e71fc439f925a (diff) | |
| download | tangara-fw-04ba3e64c564af920f6410f4d72d4416847d3d99.tar.gz | |
Merge pull request 'Fix indentation in libtags’ APE parser' (#378) from ayumi/tangara-fw:indentation-fix into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/378
| -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; |
