Commit 4bd3b9ac authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

support.c: Add missing break statement. Duh.

parent fec907f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ void feh_wm_set_bg_file(char *file, unsigned char bgmode)
			break;
		case BG_MODE_FILL:
			feh_wm_set_bg(file, im, 0, 0, 1, 0, 1);
			break;
		case BG_MODE_MAX:
			feh_wm_set_bg(file, im, 0, 0, 2, 0, 1);
			break;