G_GNUC_FORMAT: documentation error

Attribute should be placed just before the semicolon, not after.
As can be seen in the example.

https://bugzilla.gnome.org/show_bug.cgi?id=699779
This commit is contained in:
Simon Kågedal Reimer 2013-05-06 22:04:32 +02:00 committed by Matthias Clasen
parent 47d96381a2
commit ec61deb791

View File

@ -2171,7 +2171,7 @@
* format function the same as they would have been for the unmodified * format function the same as they would have been for the unmodified
* string). * string).
* *
* Place the attribute after the function declaration, just after the * Place the attribute after the function declaration, just before the
* semicolon. * semicolon.
* *
* See the GNU C documentation for more details. * See the GNU C documentation for more details.