From 56fc66c631719e906ac426db40e37f35e50b8850 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 6 Feb 2013 01:46:51 +0100 Subject: fix compile errors --- qsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qsutil.c') diff --git a/qsutil.c b/qsutil.c index 80c619d..a769829 100644 --- a/qsutil.c +++ b/qsutil.c @@ -6,7 +6,7 @@ static stralloc foo = {0}; static char errbuf[1]; -static struct substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); +static substdio sserr = SUBSTDIO_FDBUF(write,0,errbuf,1); void logsa(sa) stralloc *sa; { substdio_putflush(&sserr,sa->s,sa->len); } -- cgit v1.2.3