From 3ba8b044267a5f7cfa8a7b0d7f19dab3f21431da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 21:03:22 +0100 Subject: maint: src/*.[ch]: convert more `...' to '...' Run this (twice): git grep -E -l '`.+'\' src/*.[ch] \ |xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' --- src/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 143083e20..bc862d38f 100644 --- a/src/cat.c +++ b/src/cat.c @@ -651,7 +651,7 @@ main (int argc, char **argv) else { check_redirection = false; -#ifdef lint /* Suppress `used before initialized' warning. */ +#ifdef lint /* Suppress 'used before initialized' warning. */ out_dev = 0; out_ino = 0; #endif -- cgit v1.2.3-54-g00ecf