Constify the format string.
Submitted by: Mike Barcroft <mike@q9media.com> Forgotten by: des
This commit is contained in:
parent
2b9d9b240f
commit
af1bd619cd
@ -68,7 +68,7 @@
|
||||
.Ft int
|
||||
.Fn sbuf_cpy "struct sbuf *s" "const char *str"
|
||||
.Ft int
|
||||
.Fn sbuf_printf "struct sbuf *s" "char *fmt" "..."
|
||||
.Fn sbuf_printf "struct sbuf *s" "const char *fmt" "..."
|
||||
.Ft int
|
||||
.Fn sbuf_putc "struct sbuf *s" "int c"
|
||||
.Ft int
|
||||
|
Loading…
Reference in New Issue
Block a user