1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

doxygen: Fix execute_code() @return documentation.

This commit is contained in:
Diego Biurrun 2011-07-03 13:45:23 +02:00
parent 050f509065
commit 3d85acc8f7

View File

@ -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)
{