mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
Corrected syntax
This commit is contained in:
parent
c51fb5f377
commit
8077e1e21b
@ -845,7 +845,7 @@ unsigned char* getNESHeaderForFileInfo(size_t prg_size, size_t chr_size, uint32_
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
temp_line = malloc(temp_line, 256 * sizeof(char));
|
temp_line = malloc(256 * sizeof(char));
|
||||||
while(nesDb.available())
|
while(nesDb.available())
|
||||||
{
|
{
|
||||||
i = 0;
|
i = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user