diff options
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 1ffdff10c9..00e2b6028f 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -68,7 +68,7 @@ case AVLINK_STARTINIT: @end example @item -Braces in function declarations are written on the new line: +Braces in function definitions are written on the new line: @example const char *avfilter_configuration(void) @{ |