changeset 32826:9ce10a293f56

Simplify array initialization.
author ib
date Wed, 16 Feb 2011 17:19:28 +0000
parents 097e8f1feabe
children 2b0b38bfda8d
files gui/skin/font.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/skin/font.c	Wed Feb 16 16:59:56 2011 +0000
+++ b/gui/skin/font.c	Wed Feb 16 17:19:28 2011 +0000
@@ -27,7 +27,7 @@
 #include "interface.h"
 #include "libavutil/avstring.h"
 
-bmpFont * Fonts[MAX_FONTS] = { NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL };
+bmpFont * Fonts[MAX_FONTS] = {};
 
 int fntAddNewFont( char * name )
 {