diff options
| author | watson <gardendistrict0x0@outlook.com> | 2026-05-15 19:29:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-15 19:29:47 +1000 |
| commit | 57cd3d1fee606fd27992d3ad6be819ffbb0af001 (patch) | |
| tree | feab9d89c77c173d0c630f6089194cf7638b5732 | |
| parent | 4891365cb37159789ff097be21e243baffb44e28 (diff) | |
fix(dbg): fix comment prefix
you know better oven
| -rw-r--r-- | src/dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
