summaryrefslogtreecommitdiff
path: root/lib/backupfile.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-02-27 17:54:25 +0000
committerJim Meyering <jim@meyering.net>2000-02-27 17:54:25 +0000
commit4fef810c37ba226a2d0437995a3fef9c72fd124c (patch)
tree9be07231e4374ee8afe79d1e67ced319b267dbb5 /lib/backupfile.c
parent771735435166bed4283b418186512cf411a03161 (diff)
downloadcoreutils-4fef810c37ba226a2d0437995a3fef9c72fd124c.tar.xz
use double quotes, not single quotes around syntax-error-evoking string
Diffstat (limited to 'lib/backupfile.c')
-rw-r--r--lib/backupfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backupfile.c b/lib/backupfile.c
index 94f22deb6..559b4bd61 100644
--- a/lib/backupfile.c
+++ b/lib/backupfile.c
@@ -65,7 +65,7 @@ char *malloc ();
#endif
#ifndef HAVE_DECL_GETENV
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_GETENV
char *getenv ();