example: print format correction to avoid warning.

Reviewers: raster, cedric, jpeg

Subscribers: rajeshps, jpeg

Differential Revision: https://phab.enlightenment.org/D5312
This commit is contained in:
Prince Kumar Dubey 2017-10-17 13:45:17 +09:00 committed by Jean-Philippe Andre
parent b5c241ca08
commit 2866358a5d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ _grid_sel(void *data,
elm_gengrid_item_pos_get(event_info, &x, &y);
printf("Item [%p], with data [%p], path %s, at position (%d, %d),"
printf("Item [%p], with data [%p], path %s, at position (%u, %u),"
" has been selected\n", event_info, data, it->path, x, y);
}