Correct sign on variable.

SVN revision: 37174
This commit is contained in:
Sebastian Dransfeld 2008-10-26 20:49:44 +00:00
parent 27849f76d6
commit 871999bfd3
1 changed files with 1 additions and 1 deletions

View File

@ -1422,7 +1422,7 @@ EAPI void e_hints_scale_update(void)
{ {
Ecore_X_Window *roots = NULL; Ecore_X_Window *roots = NULL;
int i, num; int i, num;
int scale; unsigned int scale;
roots = ecore_x_window_root_list(&num); roots = ecore_x_window_root_list(&num);
if (roots) if (roots)