On Sun, Feb 20, 2011 at 01:04:19AM +0100, ib wrote: > -bmpFont * Fonts[MAX_FONTS] = {0}; > +static bmpFont * Fonts[MAX_FONTS] = {0}; You can drop the {0} now :) -- Clément B.