Skip to content

Commit

Permalink
Remove compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fi01 committed Oct 5, 2015
1 parent f12bfcd commit e0cf997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device_database.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ device_set_symbol_address(device_symbol_t symbol, unsigned long int address)
}

if (old) {
printf("Duplicate symbol \"%s\": old = 0x%08x, new = 0x%08x\n", symbol, old, address);
printf("Duplicate symbol \"%s\": old = 0x%08lx, new = 0x%08lx\n", symbol, old, address);
return false;
}

Expand Down

0 comments on commit e0cf997

Please sign in to comment.