From a517386f1bf8c64ee7617cc2c9d0a16a1d85c8c4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 15:08:30 +0100 Subject: maint: src/*.c: change remaining quotes (without embedded spaces) Run this (twice): git grep -E -l '`[^ ]+'\' src/*.c \ |xargs perl -pi -e 's/`([^ ]+'\'')/'\''$1/' --- src/stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index a2a502978..8555af6f0 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1058,8 +1058,8 @@ print_it (char const *format, char const *filename, { bool fail = false; - /* Add 2 to accommodate our conversion of the stat `%s' format string - to the longer printf `%llu' one. */ + /* Add 2 to accommodate our conversion of the stat '%s' format string + to the longer printf '%llu' one. */ enum { MAX_ADDITIONAL_BYTES = -- cgit v1.2.3-54-g00ecf