example: print format correction to avoid warning.
authorPrince Kumar Dubey <prince.dubey@samsung.com>
Tue, 17 Oct 2017 04:45:17 +0000 (13:45 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 17 Oct 2017 08:31:38 +0000 (17:31 +0900)
Reviewers: raster, cedric, jpeg

Subscribers: rajeshps, jpeg

Differential Revision: https://phab.enlightenment.org/D5312

src/examples/elementary/gengrid_example.c

index 9c786b8..b342f6c 100644 (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);
 }