Fix variable type.

This commit is contained in:
Yuri Kunde Schlesner 2015-05-24 22:52:26 -03:00
parent 8641c98b13
commit f95a7585fc

View File

@ -36,8 +36,8 @@ int main() {
Debug("ROM dump tool v0.2", 1, 1, 0xFF);
wait_key();
u32 bytes_written = 0;
char filename_buf[21];
unsigned int bytes_written = 0;
// Arbitrary target buffer
// TODO: This should be done in a nicer way ;)