diff options
-rw-r--r-- | src/slideshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slideshow.c b/src/slideshow.c index d56c1b6..1615608 100644 --- a/src/slideshow.c +++ b/src/slideshow.c @@ -49,7 +49,7 @@ void init_slideshow_mode(void) opt.start_list_at); if (!opt.title) - opt.title = PACKAGE " [%u of %l] - %f", + opt.title = PACKAGE " [%u of %l] - %f"; mode = "slideshow"; for (; l; l = l->next) { |