* Makefile.in (ALLDEPFILES): Remove duplicate entries for
[deliverable/binutils-gdb.git] / binutils / windres.c
index ece32bad6bf6b2b93acf259c04be14f843833351..16100ed9ddadfdba0d0398291c37ff9ab781f00b 100644 (file)
@@ -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".  */
This page took 0.023332 seconds and 4 git commands to generate.