aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2013-02-22 14:50:12 +0100
committerChristophe Lyon <christophe.lyon@st.com>2013-02-22 14:50:12 +0100
commit3665bb50084b99316a91bfa08977b8a9352a167c (patch)
treefeac27ced75cecb40ac8992ba15d4cbeb213a53c
parent9c0f082015c7eaaf97818050ec20122446869a09 (diff)
downloadplatform_external_arm-neon-tests-3665bb50084b99316a91bfa08977b8a9352a167c.tar.gz
platform_external_arm-neon-tests-3665bb50084b99316a91bfa08977b8a9352a167c.tar.bz2
platform_external_arm-neon-tests-3665bb50084b99316a91bfa08977b8a9352a167c.zip
Be compliant with Intel preprocessor.
-rw-r--r--compute_ref.c2
1 files changed, 1 insertions, 1 deletions
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 ();
}