From ab28c9a8b9240d032fa84d50b1858cf553b134d7 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 31 Dec 2013 16:38:42 +0100 Subject: Refactored remote changes --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 532de3f..6da148a 100644 --- a/config.def.h +++ b/config.def.h @@ -43,7 +43,7 @@ static const float zoom_levels[] = { enum { GIF_DELAY = 100, /* delay time (in ms) */ GIF_AUTOPLAY = 1, /* autoplay when loaded [0/1] */ - GIF_LOOP = -1 /* endless loop [0 / 1 / -1=as specified in file] */ + GIF_LOOP = 0 /* loop? [0: no, 1: endless, -1: as specified in file] */ }; /* gamma correction: the user-visible ranges [-GAMMA_RANGE, 0] and -- cgit v1.2.3-54-g00ecf