# HG changeset patch # User ib # Date 1297857629 0 # Node ID a104f879bfbcd85493947b6d1855bf4820579632 # Parent 180883b8a488d0e2d36d188e6f245ecee622d6e5 Clean up variable declarations. Don't initialize variables other than with constants. Use appropriate declaration for array indices. Don't initialize variables if they will be set later in any case. diff -r 180883b8a488 -r a104f879bfbc gui/skin/font.c --- a/gui/skin/font.c Wed Feb 16 11:09:57 2011 +0000 +++ b/gui/skin/font.c Wed Feb 16 12:00:29 2011 +0000 @@ -30,8 +30,7 @@ int fntAddNewFont( char * name ) { - int id; - int i; + int id, i; for( id=0;id