diff options
Diffstat (limited to 'gcc/ada/comperr.adb')
| -rw-r--r-- | gcc/ada/comperr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index 81b8db5..69302f7 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -279,7 +279,7 @@ package body Comperr is End_Line; end if; - if not (Is_Public_Version and Is_FSF_Version) then + if not (Is_Public_Version or Is_FSF_Version) then Write_Str ("| (include your customer number #nnn " & "in the subject line)."); |
