Browse Source

doc: Change wrong term to avoid confusion

A function declaration is the prototype.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
tags/n2.4
Gabriel Dume Luca Barbato 10 years ago
parent
commit
dd35d451fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/developer.texi

+ 1
- 1
doc/developer.texi View File

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


Loading…
Cancel
Save