fix uninit warning

This commit is contained in:
Julien Danjou 2008-02-05 15:40:16 +01:00
parent c9effe5877
commit 0e890697ac
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ graph_new(Statusbar *statusbar, cfg_t *config)
int phys_screen = get_phys_screen(statusbar->screen);
int i;
char *type;
XColor tmp_color;
XColor tmp_color = { 0, 0, 0, 0, 0, 0 };
XColor *ptmp_color_middle;
XColor *ptmp_color_end;