make binutils 2.18 default for ppc44x and ppc40x
[openwrt.git] / tools / firmware-utils / src / trx.c
index 1131238..1ad3de5 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
        char *ofn = NULL;
        char *buf;
        char *e;
-       int c, i, append;
+       int c, i, append = 0;
        size_t n;
        uint32_t cur_len;
        unsigned long maxlen = TRX_MAX_LEN;
@@ -230,7 +230,7 @@ int main(int argc, char **argv)
        }
 
        fclose(out);
-
+       
        return EXIT_SUCCESS;
 }
 
This page took 0.019518 seconds and 4 git commands to generate.