aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ();
}