summaryrefslogtreecommitdiff
path: root/gcc/ada/sprint.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sprint.adb')
-rw-r--r--gcc/ada/sprint.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sprint.adb b/gcc/ada/sprint.adb
index 29526173db7..19d34328e34 100644
--- a/gcc/ada/sprint.adb
+++ b/gcc/ada/sprint.adb
@@ -4083,7 +4083,7 @@ package body Sprint is
-- Array types and string types
- when E_Array_Type | E_String_Type =>
+ when E_Array_Type =>
Write_Header;
Write_Str ("array (");