2003-06-13 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gas / frags.c
index 4dc2a7d564bbb50f6b58b3921e3dd4476b19f838..8d7ed2f58ab455b9aa8a19f7666fd4dcf0fe2c48 100644 (file)
@@ -84,7 +84,7 @@ frag_grow (nchars)
       frchain_now->frch_obstack.chunk_size = oldc;
     }
   if (obstack_room (&frchain_now->frch_obstack) < nchars)
-    as_fatal (_("Can't extend frag %d. chars"), nchars);
+    as_fatal (_("can't extend frag %u chars"), nchars);
 }
 \f
 /* Call this to close off a completed frag, and start up a new (empty)
This page took 0.024988 seconds and 4 git commands to generate.