X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Ffastbuf.c;h=4068aab89adef2e30868530da34ea70686d5e1b5;hb=0f88062c8973258611a8cba9a0e9668d1c688030;hp=83c3b0790a60a8915d18ecfaed6e23ae8c282687;hpb=903e6530eaa344851bf0aa6a9f270c205aa97300;p=libucw.git diff --git a/ucw/fastbuf.c b/ucw/fastbuf.c index 83c3b079..4068aab8 100644 --- a/ucw/fastbuf.c +++ b/ucw/fastbuf.c @@ -301,10 +301,10 @@ static void fb_res_free(struct resource *r) bclose(f); } -static void fb_res_dump(struct resource *r) +static void fb_res_dump(struct resource *r, uns indent UNUSED) { struct fastbuf *f = r->priv; - printf(" name=%s", f->name); + printf(" name=%s\n", f->name); } static const struct res_class fb_res_class = {