Commit 35670164 authored by aj's avatar aj
Browse files

* varray.c (varray_check_failed): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69008 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3180a54f
2003-07-06 Andreas Jaeger <aj@suse.de>
 
* unroll.c: Likewise.
* varray.c (varray_check_failed): Fix typo.
* unroll.c: Convert prototypes to ISO C90.
* varasm.c: Likewise.
* varray.c: Likewise.
* varray.h: Likewise.
......
......@@ -126,7 +126,7 @@ varray_check_failed (varray_type va, size_t n, const char *file, int line,
{
internal_error ("virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d",
va->name, (unsigned long) va->num_elements, (unsigned long) n,
function, trim_filename (file), line;
function, trim_filename (file), line);
}
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment