aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-psl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-psl.adb')
-rw-r--r--src/grt/grt-psl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-psl.adb b/src/grt/grt-psl.adb
index 04c338a21..cf603a097 100644
--- a/src/grt/grt-psl.adb
+++ b/src/grt/grt-psl.adb
@@ -161,7 +161,7 @@ package body Grt.Psl is
F := fopen (Report_Filename.all'Address, Mode'Address);
if F = NULL_Stream then
- Error_C ("cannot open ");
+ Error_S ("cannot open ");
Error_E (Report_Filename (Report_Filename'First
.. Report_Filename'Last - 1));
return;