chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@@ timeout wip
[mLib]
/
struct
/
t
/
dstr-putf-test.c
diff --git
a/struct/t/dstr-putf-test.c
b/struct/t/dstr-putf-test.c
index 044da71685085bf3976e91224a50d9b67a691dba..13fe155db205287dd2df90b97d7e90a453f69c35 100644
(file)
--- a/
struct/t/dstr-putf-test.c
+++ b/
struct/t/dstr-putf-test.c
@@
-18,7
+18,7
@@
static char strbuf[1024];
#define TESTGROUP(name) TVEC_TESTGROUP_TAG(grp, &tvstate, name)
#define TESTGROUP(name) TVEC_TESTGROUP_TAG(grp, &tvstate, name)
-static
int PRINTF_LIKE(1, 2)
format(const char *fmt, ...)
+static
PRINTF_LIKE(1, 2) int
format(const char *fmt, ...)
{
va_list ap;
int n;
{
va_list ap;
int n;
@@
-30,7
+30,7
@@
static int PRINTF_LIKE(1, 2) format(const char *fmt, ...)
return (n);
}
return (n);
}
-static
void PRINTF_LIKE(1, 2)
prepare(const char *fmt, ...)
+static
PRINTF_LIKE(1, 2) void
prepare(const char *fmt, ...)
{
va_list ap;
int n;
{
va_list ap;
int n;