summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}