* config/e-criself.c: Fix typo in last change.

This commit is contained in:
Alan Modra 2002-12-12 23:12:34 +00:00
parent cc6a87da5e
commit ebd0428ffe
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2002-12-13 Alan Modra <amodra@bigpond.net.au>
* config/e-criself.c: Fix typo in last change.
2002-12-13 Alan Modra <amodra@bigpond.net.au>
* write.c (write_object_file): Fix signed/unsigned warning.

View File

@ -1,7 +1,7 @@
#include "as.h"
#include "emul.h"
static const char *crisaout_bfd_name PARAMS ((void));
static const char *criself_bfd_name PARAMS ((void));
static const char *
criself_bfd_name ()