diff options
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index ece32ba..16100ed 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -1102,7 +1102,7 @@ set_endianess (bfd *abfd, const char *target) if (hyp != NULL) { - tname = hyp + 1; + tname = ++hyp; /* Make sure we dectect architecture names for triplets like "pe-arm-wince-little". */ |