X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsame.c;h=1cfb69322c939c22912da9ab73ff598daf57d268;hb=806acc84e56b614cd7766862855d51d5e9943c0b;hp=cdf6452b23bc9caeead4ba04870d1aab8f760372;hpb=d9f6701eb53b2c5ded7ca2fdd14093c941a6a803;p=gnulib.git 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 ();