Skip to content
Snippets Groups Projects
Commit 3d85acc8 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

doxygen: Fix execute_code() @return documentation.

parent 050f5090
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ static void draw_char(AVCodecContext *avctx, int c)
/**
* Execute ANSI escape code
* @param <0 error
* @return 0 on success, negative on error
*/
static int execute_code(AVCodecContext * avctx, int c)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment