Unverified Commit 1a27219b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

options.c: restore opt.font = NULL initialization

Got lost in 5f4c300a
parent 41933248
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ void init_parse_options(int argc, char **argv)
	opt.xinerama = 1;
#endif				/* HAVE_LIBXINERAMA */
	opt.screen_clip = 1;
	opt.font = NULL;
	opt.menu_font = estrdup(DEFAULT_MENU_FONT);
	opt.start_list_at = NULL;
	opt.thumb_w = 60;