From 3665bb50084b99316a91bfa08977b8a9352a167c Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Fri, 22 Feb 2013 14:50:12 +0100 Subject: Be compliant with Intel preprocessor. --- compute_ref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute_ref.c b/compute_ref.c index 6d4c1e9..baccb76 100644 --- a/compute_ref.c +++ b/compute_ref.c @@ -200,7 +200,7 @@ int main (void) log_file = fopen (LOGFILE, "w"); if (log_file == NULL) { - fprintf (stderr, "Error opening log file "LOGFILE"\n"); + fprintf (stderr, "Error opening log file " LOGFILE "\n"); cleanup (); } -- cgit v1.2.3