diff options
author | nicm <nicm> | 2014-10-20 23:57:13 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-10-20 23:57:13 +0000 |
commit | 0a1a88d63caf3a0e8b4440686e73e1f0f690e03c (patch) | |
tree | 1ee10586678d88dd53c1ab0551c2011655925894 /options.c | |
parent | 4c42381410891c43b1326e95f150dfcf637b1e69 (diff) | |
download | rtmux-0a1a88d63caf3a0e8b4440686e73e1f0f690e03c.tar.gz rtmux-0a1a88d63caf3a0e8b4440686e73e1f0f690e03c.tar.bz2 rtmux-0a1a88d63caf3a0e8b4440686e73e1f0f690e03c.zip |
Better format for printf format attributes.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ options_remove(struct options *oo, const char *name) free(o); } -struct options_entry *printflike3 +struct options_entry * options_set_string(struct options *oo, const char *name, const char *fmt, ...) { struct options_entry *o; |