[multiple changes]
[gcc.git] / gcc / ada / sem_ch13.adb
index 2354cde9e01d8aacc2f04f91fbc9c5fd6b84acd9..589c0a1a2f6bb2268c39c7ba43f950baa91e77ce 100644 (file)
@@ -10906,7 +10906,7 @@ package body Sem_Ch13 is
 
          if not ASIS_Mode then
             Error_Msg_Uint_1 := Min_Siz;
-            Error_Msg_NE ("size for & too small, minimum allowed is ^", N, T);
+            Error_Msg_NE ("size for& too small, minimum allowed is ^", N, T);
          end if;
       end Size_Too_Small_Error;