summaryrefslogtreecommitdiff
path: root/lib/same.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/same.c')
-rw-r--r--lib/same.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/same.c b/lib/same.c
index cdf6452b2..1cfb69322 100644
--- a/lib/same.c
+++ b/lib/same.c
@@ -50,7 +50,7 @@ extern int errno;
#define STREQ(a, b) (strcmp ((a), (b)) == 0)
#ifndef HAVE_DECL_FREE
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_FREE
void free ();