[FFmpeg-cvslog] doc: fix a coding style error in the developer documentation.

Tim Walker git at videolan.org
Mon Dec 23 12:53:39 CET 2013


ffmpeg | branch: master | Tim Walker <tdskywalker at gmail.com> | Sun Dec 22 17:07:35 2013 +0000| [6c0e83511705e7f8f5100e7852a1e7fd16aa8877] | committer: Tim Walker

doc: fix a coding style error in the developer documentation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c0e83511705e7f8f5100e7852a1e7fd16aa8877
---

 doc/developer.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 832e21e..36d3e0f 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -135,7 +135,7 @@ for markup commands, i.e. use @code{@@param} and not @code{\param}.
  * more text ...
  * ...
  */
-typedef struct Foobar@{
+typedef struct Foobar @{
     int var1; /**< var1 description */
     int var2; ///< var2 description
     /** var3 description */



More information about the ffmpeg-cvslog mailing list