summaryrefslogtreecommitdiff
path: root/src/dbg.c
diff options
context:
space:
mode:
authorwatson <gardendistrict0x0@outlook.com>2026-05-15 19:29:47 +1000
committerGitHub <noreply@github.com>2026-05-15 19:29:47 +1000
commit57cd3d1fee606fd27992d3ad6be819ffbb0af001 (patch)
treefeab9d89c77c173d0c630f6089194cf7638b5732 /src/dbg.c
parent4891365cb37159789ff097be21e243baffb44e28 (diff)
fix(dbg): fix comment prefix
you know better oven
Diffstat (limited to 'src/dbg.c')
-rw-r--r--src/dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbg.c b/src/dbg.c
index 0cb6632..5d94913 100644
--- a/src/dbg.c
+++ b/src/dbg.c
@@ -22,5 +22,5 @@ ff_result ff_dprintf(ff_ctx* ctx, const char *msg)
}
ctx->ff_debug_stream.write(msg, ff_strlen(msg), ctx->ff_debug_stream.user);
- return FF_RESULT_OK; # result_ok means the result is ok
+ return FF_RESULT_OK; // result_ok means the result is ok
}