* elfxx-mips.c (mips_elf_sort_hash_table_f): Handle forced
[deliverable/binutils-gdb.git] / gas / messages.c
index 5736bac7164cb402908be25a7efee69b329fae53..bbe181bbc9f5db5e8aaf6df3dda5977137036e35 100644 (file)
@@ -6,7 +6,7 @@
 
    GAS is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    GAS is distributed in the hope that it will be useful,
@@ -464,13 +464,14 @@ as_internal_value_out_of_range (char *    prefix,
        abort ();
 
       /* xgettext:c-format  */
-      err = _("%s out of domain (%d is not a multiple of %d");
+      err = _("%s out of domain (%d is not a multiple of %d)");
       if (bad)
        as_bad_where (file, line, err,
                      prefix, (int) val, (int) right);
       else
        as_warn_where (file, line, err,
                       prefix, (int) val, (int) right);
+      return;
     }
 
   if (   val < HEX_MAX_THRESHOLD
This page took 0.023601 seconds and 4 git commands to generate.