mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 11:24:57 +03:00
Fix comment typo and update formatting.
svn path=/trunk/netsurf/; revision=11743
This commit is contained in:
parent
c422f860e5
commit
c16b6ba8fa
@ -181,10 +181,10 @@ void options_dump(FILE *outf);
|
||||
* %V - value - HTML type formatting
|
||||
* %v - value - plain formatting
|
||||
*
|
||||
* \param string The buffer in which to place teh results.
|
||||
* \param size The size of the string buffer.
|
||||
* \param option The opaque option number.
|
||||
* \param fmt The format string.
|
||||
* \param string The buffer in which to place the results.
|
||||
* \param size The size of the string buffer.
|
||||
* \param option The opaque option number.
|
||||
* \param fmt The format string.
|
||||
* \return The number of bytes written to \a string or -1 on error
|
||||
*/
|
||||
int options_snoptionf(char *string, size_t size, unsigned int option,
|
||||
|
Loading…
x
Reference in New Issue
Block a user