* varray.c (varray_check_failed): Fix typo.
From-SVN: r69008
This commit is contained in:
parent
2e1eedd6bb
commit
11dc5cc6cf
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue