Fix FTD2XX build for CygWin.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2454 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-07-02 11:16:57 +00:00
parent fc240afcac
commit a239d6b334
1 changed files with 1 additions and 1 deletions

View File

@ -1885,7 +1885,7 @@ static int ft2232_init_ftd2xx(uint16_t vid, uint16_t pid, int more, int* try_mor
{
LOG_ERROR("ListDevices: %lu\n", num_devices);
for (i = 0; i < num_devices; i++)
LOG_ERROR("%i: \"%s\"", i, desc_array[i]);
LOG_ERROR("%" PRIu32 ": \"%s\"", i, desc_array[i]);
}
for (i = 0; i < num_devices; i++)