OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 300 to Rev 301
    Reverse comparison

Rev 300 → Rev 301

/trunk/mp3/sw/utils/bin2flimg.c
7,9 → 7,11
int c, i, j, width;
unsigned long word;
 
if(argc < 3)
error("no input file specified");
 
if(argc < 3) {
printf("no input file specified");
exit(1);
}
width = atoi(argv[1]);
 
fd = fopen( argv[2], "r" );

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.