From 4b01f15c0c699ededec18dadf97469ba564f1cd0 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 8 Dec 2003 06:18:46 +0000 Subject: [PATCH] format-fix-for-fs-windows-20031208 spacing errors in List Quota command --- src/WINNT/afsd/fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WINNT/afsd/fs.c b/src/WINNT/afsd/fs.c index 414738eaa..f5ceef515 100644 --- a/src/WINNT/afsd/fs.c +++ b/src/WINNT/afsd/fs.c @@ -1110,8 +1110,8 @@ register struct cmd_syndesc *as; { struct VolumeStatus *status; char *name; - printf("%-25s%-10s%-10s%-7s%-11s\n", - "Volume Name", " Quota", " Used", " %Used", " Partition"); + printf("%-25s%-10s%-10s%-7s%-13s\n", + "Volume Name", " Quota", " Used", " %Used", " Partition"); SetDotDefault(&as->parms[0].items); for(ti=as->parms[0].items; ti; ti=ti->next) { /* once per file */ -- 2.39.5